aboutsummaryrefslogtreecommitdiffstats
path: root/priv/grafana_prometheus_data_source.json
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2020-04-09 15:47:32 +0200
committerLoïc Hoguin <[email protected]>2020-04-09 15:47:32 +0200
commitf06317cd4a2de3f3c280fe787a92838760c02ceb (patch)
tree686332b60fc35d948d1dc544236cc3123ce4b38b /priv/grafana_prometheus_data_source.json
parent0ba0a1ceefbb44c78805f444ccb9b7445d0da81d (diff)
downloadci-f06317cd4a2de3f3c280fe787a92838760c02ceb.tar.gz
ci-f06317cd4a2de3f3c280fe787a92838760c02ceb.tar.bz2
ci-f06317cd4a2de3f3c280fe787a92838760c02ceb.zip
Tweak prometheus.sh
Diffstat (limited to 'priv/grafana_prometheus_data_source.json')
-rw-r--r--priv/grafana_prometheus_data_source.json2
1 files changed, 1 insertions, 1 deletions
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"},