From 7eec60ec2e1f3f680b3b0109006027d63574d111 Mon Sep 17 00:00:00 2001 From: bergquist Date: Sun, 24 Sep 2017 21:58:33 +0200 Subject: [PATCH] dev-docker: add grafana as target --- docker/blocks/prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/blocks/prometheus/prometheus.yml b/docker/blocks/prometheus/prometheus.yml index 0afb7968ce5..83790665baa 100644 --- a/docker/blocks/prometheus/prometheus.yml +++ b/docker/blocks/prometheus/prometheus.yml @@ -33,4 +33,4 @@ scrape_configs: static_configs: #- targets: ['localhost:9090', '172.17.0.1:9091', '172.17.0.1:9100', '172.17.0.1:9150'] - - targets: ['localhost:9090', '127.0.0.1:9091', '127.0.0.1:9100', '127.0.0.1:9150'] + - targets: ['localhost:9090', '127.0.0.1:9091', '127.0.0.1:9100', '127.0.0.1:3000']