Skip to content

Commit

Permalink
Fix incorrect comment intervals in Prometheus config (#135)
Browse files Browse the repository at this point in the history
Co-authored-by: ic4y <[email protected]>
  • Loading branch information
ic4y and ic4y authored Mar 7, 2024
1 parent a6b6bbc commit a145249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documents/file/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# my global config
global:
scrape_interval: 5s # Set the scrape interval to every 15 seconds. Default is every 1 minute.
evaluation_interval: 5s # Evaluate rules every 15 seconds. The default is every 1 minute.
scrape_interval: 5s # Set the scrape interval to every 5 seconds. Default is every 1 minute.
evaluation_interval: 5s # Evaluate rules every 5 seconds. The default is every 1 minute.
# scrape_timeout is set to the global default (10s).

# Alertmanager configuration
Expand Down

0 comments on commit a145249

Please sign in to comment.