27 lines
458 B
YAML
27 lines
458 B
YAML
apiVersion: 1
|
|
|
|
datasources:
|
|
- name: Prometheus
|
|
uid: Prometheus
|
|
type: prometheus
|
|
access: proxy
|
|
url: http://prometheus:9090
|
|
isDefault: true
|
|
|
|
- name: Loki
|
|
uid: Loki
|
|
type: loki
|
|
access: proxy
|
|
url: http://loki:3100
|
|
|
|
- name: Tempo
|
|
uid: Tempo
|
|
type: tempo
|
|
access: proxy
|
|
url: http://tempo:3200
|
|
jsonData:
|
|
tracesToLogsV2:
|
|
datasourceUid: Loki
|
|
serviceMap:
|
|
datasourceUid: Prometheus
|