From d6481047a0f2886aa77ea99042bd6097b0124a6f Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Thu, 20 Aug 2015 11:35:48 +0200 Subject: [PATCH] Update prometheus.yml Added cAdvisor --- prom/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prom/prometheus.yml b/prom/prometheus.yml index 62d0e6c..92af058 100644 --- a/prom/prometheus.yml +++ b/prom/prometheus.yml @@ -27,4 +27,4 @@ scrape_configs: # scheme defaults to 'http'. target_groups: - - targets: ['localhost:9090','exporter:9104'] + - targets: ['localhost:9090','exporter:9104','cadvisor:8080']