Skip to content

Commit

Permalink
update scrape interval
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Oct 8, 2023
1 parent 40f0624 commit 3d67c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/exampledata/config/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# my global config
global:
scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
scrape_interval: 5s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute.
# scrape_timeout is set to the global default (10s).

Expand Down

0 comments on commit 3d67c15

Please sign in to comment.