mirror of
https://github.com/katanemo/plano.git
synced 2026-05-04 21:32:43 +02:00
21 lines
379 B
YAML
21 lines
379 B
YAML
|
|
apiVersion: 1
|
||
|
|
|
||
|
|
datasources:
|
||
|
|
- name: Prometheus
|
||
|
|
type: prometheus
|
||
|
|
access: proxy
|
||
|
|
url: http://prometheus:9090
|
||
|
|
isDefault: true
|
||
|
|
editable: true
|
||
|
|
|
||
|
|
- name: Tempo
|
||
|
|
type: tempo
|
||
|
|
access: proxy
|
||
|
|
url: http://tempo:3200
|
||
|
|
editable: true
|
||
|
|
jsonData:
|
||
|
|
tracesToMetrics:
|
||
|
|
datasourceUid: Prometheus
|
||
|
|
serviceMap:
|
||
|
|
datasourceUid: Prometheus
|