Merge pull request #154 from trails-cool/chore/prometheus-5s-scrape

Reduce Prometheus scrape interval to 5s
This commit is contained in:
Ullrich Schäfer 2026-04-03 10:16:38 +01:00 committed by GitHub
commit d2ff488f37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_interval: 5s
evaluation_interval: 5s
scrape_configs:
- job_name: "journal"