Files
onix/install/network-observability/grafana/provisioning/datasources/datasources.yml
2026-02-26 14:45:35 +05:30

33 lines
571 B
YAML

# Grafana datasources - provisioned on startup
apiVersion: 1
datasources:
- name: Prometheus
uid: prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
editable: false
- name: Jaeger
uid: jaeger
type: jaeger
access: proxy
url: http://jaeger:16686
editable: false
- name: Loki
uid: loki
type: loki
access: proxy
url: http://loki:3100
editable: false
- name: Zipkin
uid: zipkin
type: zipkin
access: proxy
url: http://zipkin:9411
editable: false