Skip to content

Commit ed18297

Browse files
committed
chore: update the prometheus scraping interval in infra
This will align with ingestion with Grafana standards which expects less DPM (Data Points per Minute).
1 parent 3f4b049 commit ed18297

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mithril-infra/assets/docker/prometheus/prometheus-base.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
global:
2-
scrape_interval: 15s
3-
evaluation_interval: 15s
2+
scrape_interval: 60s
3+
evaluation_interval: 60s
44

55
scrape_configs:
66
- job_name: 'prometheus'

0 commit comments

Comments
 (0)