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:
@@ -80,6 +80,11 @@ datasources:
|
|||||||
editable: true
|
editable: true
|
||||||
jsonData:
|
jsonData:
|
||||||
implementation: prometheus
|
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
|
# Dashboards are manually imported via Grafana UI
|
||||||
# JSON files stored in dashboards/ directory for reference
|
# JSON files stored in dashboards/ directory for reference
|
||||||
|
|||||||
Reference in New Issue
Block a user