datasources.yaml15 lines · main
1apiVersion: 1
2
3datasources:
4 - name: Prometheus
5 type: prometheus
6 access: proxy
7 url: http://briven-prometheus:9090
8 isDefault: true
9 editable: false
10
11 - name: Loki
12 type: loki
13 access: proxy
14 url: http://briven-loki:3100
15 editable: false