From dc2b494ea83335565d8be484f0673827be8880da Mon Sep 17 00:00:00 2001 From: Igor Goldenberg Date: Tue, 16 Jul 2024 14:42:13 +0500 Subject: [PATCH] Sync grafana datasource and prometheus scrape intervals. --- docs/services/grafana.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/services/grafana.md b/docs/services/grafana.md index 2eab30d..537fc52 100644 --- a/docs/services/grafana.md +++ b/docs/services/grafana.md @@ -60,6 +60,8 @@ grafana_provisioning_datasources: type: prometheus access: proxy url: "http://{{ prometheus_identifier }}:9090" + jsonData: + timeInterval: "{{ prometheus_config_global_scrape_interval }}" # Enable below if connecting to a remote instance that uses Basic Auth. # basicAuth: true # basicAuthUser: loki