Add cadvisor port

This commit is contained in:
tom.chivert 2023-07-06 14:37:47 +02:00
parent 59092ab9ff
commit baf353fca7

View File

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