FEAT(grafana): add Tempo datasource

- Add Tempo datasource for distributed tracing
- Configure URL to tempo.tempo.svc.cluster.local:3100
This commit is contained in:
2026-01-12 00:34:50 +09:00
parent 7cbc0c810e
commit a70403d1ae

View File

@@ -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