Files
grafana/devenv/frontend-service/provisioning/datasources/default.yaml
T
Josh Hunt abc1033b11 FS: Add prometheus metrics to dev stack (#109952)
* FS: Add prometheus metrics to dev stack

* remove comments
2025-08-28 11:02:09 +00:00

33 lines
754 B
YAML

apiVersion: 1
prune: true
datasources:
# From devenv/datasources.yaml
- name: Testdata
uid: PD8C576611E62080A
type: grafana-testdata-datasource
- name: Prometheus Pmetrics
uid: fs-prometheus
type: prometheus
url: http://prometheus:9090
- name: Loki Logs
uid: fs-loki
type: loki
url: http://loki:3100
- name: Tempo Traces
uid: fs-tempo
type: tempo
url: http://tempo:3200
jsonData:
tracesToLogsV2:
# Field with an internal link pointing to a logs data source in Grafana.
# datasourceUid value must match the uid value of the logs data source.
datasourceUid: 'fs-loki'
spanStartTimeShift: '-1m'
spanEndTimeShift: '1m'
filterByTraceID: true