From d9b253b63d46997419de60d7110cda28e13a4d8f Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 15 Apr 2019 14:18:40 +0200 Subject: [PATCH] Use proxy to scrape Prometheus datasource --- tmpl/grafana-datasources.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpl/grafana-datasources.yml b/tmpl/grafana-datasources.yml index 5201cfe..8627aba 100644 --- a/tmpl/grafana-datasources.yml +++ b/tmpl/grafana-datasources.yml @@ -3,7 +3,7 @@ apiVersion: 1 datasources: - name: Prometheus type: prometheus - access: direct + access: proxy orgId: 1 url: http://%%adresse_ip_eth0:9090 isDefault: true