mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
reduce scraping interval to 15s
This commit is contained in:
parent
b527ec45cb
commit
c841894c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ prometheus.scrape "local_app" {
|
||||||
|
|
||||||
metrics_path = "/metrics"
|
metrics_path = "/metrics"
|
||||||
scrape_timeout = "500ms"
|
scrape_timeout = "500ms"
|
||||||
scrape_interval = "500ms"
|
scrape_interval = "15s"
|
||||||
|
|
||||||
job_name = sys.env("GRAFANA_ENVIRONMENT")
|
job_name = sys.env("GRAFANA_ENVIRONMENT")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue