Skip to content

Commit

Permalink
Explicit config for scrape timeout see #435
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Nioche <[email protected]>
  • Loading branch information
jnioche committed Dec 9, 2024
1 parent 9e25974 commit 8d4ab37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dashboard-config/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
global:
scrape_interval: 30s # By default, scrape targets every 30 seconds.
evaluation_interval: 30s # Evaluate rules every 30 seconds.
scrape_timeout: 10s # Default to 10s, increase when the number of instances is large

# Attach these extra labels to all timeseries collected by this Prometheus instance.
external_labels:
Expand Down Expand Up @@ -74,4 +75,4 @@ scrape_configs:
# - url: https://prometheus-prod-01-eu-west-0.grafana.net/api/prom/push
# basic_auth:
# username: <EDITED>
# password: <EDITED>
# password: <EDITED>

0 comments on commit 8d4ab37

Please sign in to comment.