From a70403d1aeb6476749d430d1b5f3186d395bf8b3 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 12 Jan 2026 00:34:50 +0900 Subject: [PATCH] FEAT(grafana): add Tempo datasource - Add Tempo datasource for distributed tracing - Configure URL to tempo.tempo.svc.cluster.local:3100 --- grafana/helm-values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/grafana/helm-values.yaml b/grafana/helm-values.yaml index 1154310..38bda65 100644 --- a/grafana/helm-values.yaml +++ b/grafana/helm-values.yaml @@ -80,6 +80,11 @@ datasources: editable: true jsonData: implementation: prometheus + - name: Tempo + type: tempo + access: proxy + url: http://tempo.tempo.svc.cluster.local:3100 + editable: true # Dashboards are manually imported via Grafana UI # JSON files stored in dashboards/ directory for reference