grafana-datasources.yml
1 apiVersion: 1 2 3 datasources: 4 - name: Prometheus 5 type: prometheus 6 uid: prometheus 7 access: proxy 8 orgId: 1 9 url: http://prometheus:9090 10 basicAuth: false 11 isDefault: false 12 version: 1 13 editable: false 14 jsonData: 15 httpMethod: GET 16 - name: Tempo 17 type: tempo 18 access: proxy 19 orgId: 1 20 url: http://tempo:3200 21 basicAuth: false 22 isDefault: true 23 version: 1 24 editable: false 25 apiVersion: 1 26 uid: tempo 27 jsonData: 28 httpMethod: GET 29 serviceMap: 30 datasourceUid: prometheus