summaryrefslogtreecommitdiffstats
path: root/tools/performance/local/prometheus.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/performance/local/prometheus.yml')
-rw-r--r--tools/performance/local/prometheus.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/performance/local/prometheus.yml b/tools/performance/local/prometheus.yml
index 074b2dca..7efb4a80 100644
--- a/tools/performance/local/prometheus.yml
+++ b/tools/performance/local/prometheus.yml
@@ -22,3 +22,7 @@ scrape_configs:
metrics_path: '/monitoring/prometheus'
static_configs:
- targets: ['ves-hv-collector:6060']
+
+ - job_name: 'cadvisor'
+ static_configs:
+ - targets: ['cadvisor:8080'] \ No newline at end of file