From f06317cd4a2de3f3c280fe787a92838760c02ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 9 Apr 2020 15:47:32 +0200 Subject: Tweak prometheus.sh --- priv/grafana_prometheus_data_source.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/grafana_prometheus_data_source.json') diff --git a/priv/grafana_prometheus_data_source.json b/priv/grafana_prometheus_data_source.json index 3811d8b..2205869 100644 --- a/priv/grafana_prometheus_data_source.json +++ b/priv/grafana_prometheus_data_source.json @@ -2,7 +2,7 @@ "name": "Prometheus", "type": "prometheus", "access": "proxy", - "url": "http://localhost:9090", + "url": "http://127.0.0.1:9090", "basicAuth": false, "isDefault": true, "jsonData": {"timeInterval": "5s"}, -- cgit v1.2.3