set port cadvisor in variables
This commit is contained in:
		| @@ -363,12 +363,12 @@ scrape_configs: | |||||||
|     static_configs: |     static_configs: | ||||||
|       - targets: |       - targets: | ||||||
| {% for target in prometheus_cadvisor_exporter_targets %} | {% for target in prometheus_cadvisor_exporter_targets %} | ||||||
|         - {{ target }}:8080 |         - {{ target }}:{{ port }} | ||||||
| {% endfor %} | {% endfor %} | ||||||
|     relabel_configs: |     relabel_configs: | ||||||
|       - source_labels: [ __address__ ] |       - source_labels: [ __address__ ] | ||||||
|         target_label: instance |         target_label: instance | ||||||
|         regex: '(.*):8080' |         regex: '(.*):{{ port }}' | ||||||
|         replacement: '${1}' |         replacement: '${1}' | ||||||
|  |  | ||||||
| {% endif %} | {% endif %} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user