increase timeout for large metrics pulls

This commit is contained in:
lalanza808
2024-03-20 14:10:46 -07:00
parent 72dcb4d09d
commit 1a0915b5c8

View File

@@ -3,9 +3,11 @@ global:
scrape_configs:
- job_name: "node-exporter"
scrape_interval: 20s
scrape_timeout: 20s
static_configs:
- targets: ["exporter:9000"]
- job_name: "nodemapper"
scrape_interval: 2m
scrape_timeout: 1m
static_configs:
- targets: ["nodemapper:5000"]