Path: blob/main/example/docker-compose/grafana/datasources/datasource.yml
4096 views
apiVersion: 112deleteDatasources:3- name: Cortex45datasources:6- name: Cortex7type: prometheus8access: proxy9orgId: 110url: http://cortex:9009/api/prom11basicAuth: false12isDefault: false13version: 114editable: false15- name: Tempo16type: tempo17access: proxy18orgId: 119url: http://tempo:320020basicAuth: false21isDefault: false22version: 123editable: false24apiVersion: 125uid: tempo26- name: Loki27type: loki28access: proxy29orgId: 130url: http://loki:310031basicAuth: false32isDefault: false33version: 134editable: false35jsonData:36derivedFields:37- datasourceUid: tempo38matcherRegex: tid=(\w+)39name: TraceID40url: $${__value.raw}41424344