From 2083cb5cfc40e212d4d3a48ee21bd942e855ec4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20St=C3=A4ber?= Date: Fri, 19 Jan 2024 11:11:04 +0100 Subject: [PATCH] Set default scrape interval to 60s (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Stäber --- docker/grafana-datasources.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/grafana-datasources.yaml b/docker/grafana-datasources.yaml index 79c4e0e..fbe22b7 100644 --- a/docker/grafana-datasources.yaml +++ b/docker/grafana-datasources.yaml @@ -22,6 +22,7 @@ datasources: uid: prometheus url: http://localhost:9090 jsonData: + timeInterval: 60s exemplarTraceIdDestinations: - name: trace_id datasourceUid: tempo