Add cadvisor port
This commit is contained in:
parent
59092ab9ff
commit
baf353fca7
@ -390,7 +390,7 @@ scrape_configs:
|
|||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
{% for target in prometheus_cadvisor_exporter_targets %}
|
{% for target in prometheus_cadvisor_exporter_targets %}
|
||||||
- {{ target }}
|
- {{ target }}:8080
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
relabel_configs:
|
relabel_configs:
|
||||||
- source_labels: [ __address__ ]
|
- source_labels: [ __address__ ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user