From 2304409ab878ee1166a34afcb90ec16cb9578475 Mon Sep 17 00:00:00 2001 From: fffeall Date: Wed, 22 Jul 2026 11:03:35 +0000 Subject: [PATCH] MONITORING: added datasource Prometheus --- grafana/grafana/datasources/prometheus.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 grafana/grafana/datasources/prometheus.yml diff --git a/grafana/grafana/datasources/prometheus.yml b/grafana/grafana/datasources/prometheus.yml new file mode 100644 index 0000000..8d9f9d8 --- /dev/null +++ b/grafana/grafana/datasources/prometheus.yml @@ -0,0 +1,7 @@ +apiVersion: 1 +datasources: + - name: Prometheus + type: prometheus + access: proxy + url: http://prometheus:9090 + isDefault: true \ No newline at end of file