diff --git a/conf/grafana/provisioning/datasources/prometheus.yaml b/conf/grafana/provisioning/datasources/prometheus.yaml index 843b97b..979db11 100644 --- a/conf/grafana/provisioning/datasources/prometheus.yaml +++ b/conf/grafana/provisioning/datasources/prometheus.yaml @@ -1,11 +1,11 @@ # config file version apiVersion: 1 datasources: - name: Prometheus type: prometheus - url: http://localhost:5081/prometheus - access: direct + url: http://nginx:5081/prometheus + access: proxy isDefault: true version: 1 editable: false