rabbitmq - remove errors on jobs

This commit is contained in:
solen.bellouati
2025-05-20 15:06:48 +02:00
parent cc60702464
commit 2c0f69c7d4

View File

@ -540,10 +540,5 @@ scrape_configs:
{% for target in prometheus_rabbitmq_exporter_targets %}
- {{ target }}:15692
{% endfor %}
relabel_configs:
- source_labels: [ __address__ ]
target_label: instance
regex: '(.*):15692'
replacement: '${1}'
{% endif %}