Skip to content

Commit

Permalink
change scrape_interval to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeockJinKim committed Dec 4, 2024
1 parent 5566768 commit 8a0a244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configs/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# my global config
global:
scrape_interval: 1m # Global scrape interval (default: 1m)
evaluation_interval: 1m # Evaluate interval for rules (default: 1m)
scrape_interval: 20s # Global scrape interval (default: 1m)

# Alertmanager configuration
alerting:
Expand Down

0 comments on commit 8a0a244

Please sign in to comment.