reduce scraping interval to 15s

This commit is contained in:
bkellam 2025-03-01 15:38:43 -08:00
parent b527ec45cb
commit c841894c0a

View file

@ -50,7 +50,7 @@ prometheus.scrape "local_app" {
metrics_path = "/metrics"
scrape_timeout = "500ms"
scrape_interval = "500ms"
scrape_interval = "15s"
job_name = sys.env("GRAFANA_ENVIRONMENT")