mktxp 1.2.4 sync

This commit is contained in:
Arseniy Kuznetsov
2024-04-02 15:11:06 +02:00
parent 0e5c5ff336
commit 4e95455717
5 changed files with 11 additions and 9 deletions
+3 -3
View File
@@ -13,7 +13,7 @@
[MKTXP]
listen = '0.0.0.0:49090' # Space separated list of socket addresses to listen to, both IPV4 and IPV6
socket_timeout = 2
socket_timeout = 5
initial_delay_on_failure = 120
max_delay_on_failure = 900
@@ -27,7 +27,7 @@
fetch_routers_in_parallel = False # Set to True if you want to fetch multiple routers parallel
max_worker_threads = 5 # Max number of worker threads that can fetch routers (parallel fetch only)
max_scrape_duration = 10 # Max duration of individual routers' metrics collection (parallel fetch only)
total_max_scrape_duration = 30 # Max overall duration of all metrics collection (parallel fetch only)
max_scrape_duration = 30 # Max duration of individual routers' metrics collection (parallel fetch only)
total_max_scrape_duration = 90 # Max overall duration of all metrics collection (parallel fetch only)
compact_default_conf_values = False # Compact mktxp.conf, so only specific values are kept on the individual routers' level