diff --git a/templates/conf/prometheus.yml.j2 b/templates/conf/prometheus.yml.j2 index c58ba69..6b6c20c 100644 --- a/templates/conf/prometheus.yml.j2 +++ b/templates/conf/prometheus.yml.j2 @@ -346,7 +346,7 @@ scrape_configs: scrape_timeout: 10s static_configs: - targets: -{% for target in prometheus_memcached_exporter_targets %} +{% for target in prometheus_docker_exporter_targets %} - {{ target }}:9323 {% endfor %} relabel_configs: