Browse Source

tech(docker): add memcached exporter target for prom

bergquist 9 years ago
parent
commit
14169c5092
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker/blocks/prometheus/prometheus.yml

+ 1 - 1
docker/blocks/prometheus/prometheus.yml

@@ -23,4 +23,4 @@ scrape_configs:
     # scheme defaults to 'http'.
 
     target_groups:
-      - targets: ['localhost:9090', '172.17.0.1:9091', '172.17.0.1:9100']
+      - targets: ['localhost:9090', '172.17.0.1:9091', '172.17.0.1:9100', '172.17.0.1:9150']