Grafana Tempo
This commit is contained in:
@@ -27,6 +27,27 @@ datasources:
|
||||
uid: loki
|
||||
url: http://loki-gateway.monitoring.svc.cluster.local
|
||||
access: proxy
|
||||
- name: Tempo
|
||||
type: tempo
|
||||
uid: tempo
|
||||
url: http://tempo.monitoring.svc.cluster.local:3200
|
||||
access: proxy
|
||||
jsonData:
|
||||
tracesToLogsV2:
|
||||
datasourceUid: loki
|
||||
tags:
|
||||
- key: namespace
|
||||
- key: pod
|
||||
- key: container
|
||||
tracesToMetrics:
|
||||
datasourceUid: Prometheus
|
||||
tags:
|
||||
- key: service.name
|
||||
value: service
|
||||
nodeGraph:
|
||||
enabled: true
|
||||
serviceMap:
|
||||
datasourceUid: Prometheus
|
||||
dashboardProviders:
|
||||
dashboardproviders.yaml:
|
||||
apiVersion: 1
|
||||
|
||||
Reference in New Issue
Block a user