From f1b2b50d91d0b96692fc06433df4ef6567d85307 Mon Sep 17 00:00:00 2001 From: Ethan Date: Fri, 21 Aug 2026 16:42:55 +0100 Subject: [PATCH] fix: Grafana Prometheus datasource UID `General.json` references the Prometheus datasource using UID `PBFA97CFB590B2093`, but `prometheus.yml` did not explicitly define it. Added the same UID to the datasource provisioning config to keep it consistent with the dashboard references and ensure the datasource UID is explicitly defined. --- docker/grafana/provisioning/datasources/prometheus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/grafana/provisioning/datasources/prometheus.yml b/docker/grafana/provisioning/datasources/prometheus.yml index 26c9e32..bea6c92 100644 --- a/docker/grafana/provisioning/datasources/prometheus.yml +++ b/docker/grafana/provisioning/datasources/prometheus.yml @@ -5,6 +5,7 @@ datasources: type: prometheus access: proxy orgId: 1 + uid: PBFA97CFB590B2093 url: http://prometheus:9090 isDefault: true editable: true