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