# Grafana datasource provisioning # Auto-configures Tempo, Prometheus, and Loki on first start. # No manual setup needed in the UI. apiVersion: 1 datasources: - name: Tempo type: tempo uid: tempo url: http://tempo:3200 access: proxy isDefault: false jsonData: httpMethod: GET serviceMap: datasourceUid: prometheus nodeGraph: enabled: true traceQuery: timeShiftEnabled: true spanStartTimeShift: "1h" spanEndTimeShift: "-1h" spanBar: type: "Tag" tag: "http.url" lokiSearch: datasourceUid: loki - name: Prometheus type: prometheus uid: prometheus url: http://prometheus:9090 access: proxy isDefault: true jsonData: httpMethod: POST exemplarTraceIdDestinations: - name: traceID datasourceUid: tempo - name: Loki type: loki uid: loki url: http://loki:3100 access: proxy isDefault: false jsonData: derivedFields: - datasourceUid: tempo matcherRegex: '"traceID":"(\w+)"' name: TraceID url: "$${__value.raw}"