From 7471507be7c2883c3662f64494da503cb3e3d018 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Wed, 6 May 2026 15:59:18 -0400 Subject: [PATCH] feat(deploy): add Grafana Prometheus datasource provisioning --- .../core/grafana/provisioning/datasources/prometheus.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 deploy/truenas/core/grafana/provisioning/datasources/prometheus.yml diff --git a/deploy/truenas/core/grafana/provisioning/datasources/prometheus.yml b/deploy/truenas/core/grafana/provisioning/datasources/prometheus.yml new file mode 100644 index 0000000..623d51d --- /dev/null +++ b/deploy/truenas/core/grafana/provisioning/datasources/prometheus.yml @@ -0,0 +1,8 @@ +apiVersion: 1 +datasources: + - name: Prometheus + type: prometheus + access: proxy + url: http://prom:9090 + isDefault: true + editable: false