rabbitmq - remove errors on jobs
This commit is contained in:
@ -540,10 +540,5 @@ scrape_configs:
|
|||||||
{% for target in prometheus_rabbitmq_exporter_targets %}
|
{% for target in prometheus_rabbitmq_exporter_targets %}
|
||||||
- {{ target }}:15692
|
- {{ target }}:15692
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
relabel_configs:
|
|
||||||
- source_labels: [ __address__ ]
|
|
||||||
target_label: instance
|
|
||||||
regex: '(.*):15692'
|
|
||||||
replacement: '${1}'
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
Reference in New Issue
Block a user