Merge pull request #93 from trails-cool/fix-grafana-datasource-uids

Add explicit UIDs to Grafana datasources
This commit is contained in:
Ullrich Schäfer 2026-03-27 13:10:35 +00:00 committed by GitHub
commit a8ec0a9509
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@ apiVersion: 1
datasources:
- name: Prometheus
uid: prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
@ -9,6 +10,7 @@ datasources:
editable: false
- name: Loki
uid: loki
type: loki
access: proxy
url: http://loki:3100