From b9869ad4838a31c0c92fa633fc7f255557a2814a Mon Sep 17 00:00:00 2001 From: Chase Dumphord <60725859+ced4568@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:01:20 -0500 Subject: [PATCH] Update datasource-prometheus.yml --- grafana/datasource-prometheus.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/grafana/datasource-prometheus.yml b/grafana/datasource-prometheus.yml index e69de29..f88db84 100644 --- a/grafana/datasource-prometheus.yml +++ b/grafana/datasource-prometheus.yml @@ -0,0 +1,9 @@ +apiVersion: 1 + +datasources: + - name: Prometheus + type: prometheus + access: proxy + url: http://prometheus:9090 + isDefault: true + editable: true \ No newline at end of file