From baf353fca7650fd1b88fcce29fb92c7b238bdf4e Mon Sep 17 00:00:00 2001 From: "tom.chivert" Date: Thu, 6 Jul 2023 14:37:47 +0200 Subject: [PATCH] Add cadvisor port --- templates/conf/prometheus.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/conf/prometheus.yml.j2 b/templates/conf/prometheus.yml.j2 index 995d3cc..ad28ecd 100644 --- a/templates/conf/prometheus.yml.j2 +++ b/templates/conf/prometheus.yml.j2 @@ -390,7 +390,7 @@ scrape_configs: static_configs: - targets: {% for target in prometheus_cadvisor_exporter_targets %} - - {{ target }} + - {{ target }}:8080 {% endfor %} relabel_configs: - source_labels: [ __address__ ]