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__ ]