Spaces:
Configuration error
Configuration error
File size: 532 Bytes
1f91376 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
apiVersion: 1
datasources:
- name: tempo
type: tempo
access: proxy
url: http://tempo:3200
editable: true
jsonData:
tracesToLogsV2:
datasourceUid: loki
filterByTraceID: true
lokiSearch:
datasourceUid: loki
- name: loki
type: loki
access: proxy
url: http://loki:3100
editable: true
- name: prometheus
type: prometheus
editable: true
url: http://prometheus:9090
# TODO: https://grafana.com/docs/tempo/latest/getting-started/metrics-from-traces/
|