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