Reduce Prometheus scrape interval from 15s to 5s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-04-03 10:15:08 +01:00
parent 5a5fe87905
commit 55076ef440
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

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