Skip to content

Commit

Permalink
increase timeout for large metrics pulls
Browse files Browse the repository at this point in the history
  • Loading branch information
lalanza808 committed Mar 20, 2024
1 parent 72dcb4d commit 1a0915b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/prometheus/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 1a0915b

Please sign in to comment.