From 35123308c2c42a6a6511dbc651111b3b500e9d5c Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Tue, 16 Dec 2025 12:14:35 +0000 Subject: [PATCH] Add Grafana datasource provisioning for Prometheus --- .../grafana/provisioning/datasources/prometheus.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 monitoring/grafana/provisioning/datasources/prometheus.yml diff --git a/monitoring/grafana/provisioning/datasources/prometheus.yml b/monitoring/grafana/provisioning/datasources/prometheus.yml new file mode 100644 index 0000000..adb65bf --- /dev/null +++ b/monitoring/grafana/provisioning/datasources/prometheus.yml @@ -0,0 +1,12 @@ +apiVersion: 1 + +datasources: + - name: Prometheus + type: prometheus + access: proxy + url: http://prometheus:9090 + isDefault: true + editable: true + jsonData: + timeInterval: "10s" + httpMethod: POST