2025-07-20 02:16:51 +02:00
|
|
|
# infrastructure/monitoring/grafana/datasources/prometheus.yml
|
|
|
|
|
# Grafana Prometheus datasource configuration
|
|
|
|
|
|
2025-07-19 17:49:03 +02:00
|
|
|
apiVersion: 1
|
|
|
|
|
|
|
|
|
|
datasources:
|
|
|
|
|
- name: Prometheus
|
|
|
|
|
type: prometheus
|
|
|
|
|
access: proxy
|
|
|
|
|
url: http://prometheus:9090
|
|
|
|
|
isDefault: true
|
2025-07-20 02:16:51 +02:00
|
|
|
version: 1
|
|
|
|
|
editable: true
|
|
|
|
|
jsonData:
|
|
|
|
|
timeInterval: "15s"
|
|
|
|
|
queryTimeout: "60s"
|
|
|
|
|
httpMethod: "POST"
|
|
|
|
|
exemplarTraceIdDestinations:
|
|
|
|
|
- name: trace_id
|
|
|
|
|
datasourceUid: jaeger
|
|
|
|
|
|
|
|
|
|
- name: Jaeger
|
|
|
|
|
type: jaeger
|
|
|
|
|
access: proxy
|
|
|
|
|
url: http://jaeger:16686
|
|
|
|
|
uid: jaeger
|
|
|
|
|
version: 1
|
2025-07-19 17:49:03 +02:00
|
|
|
editable: true
|