diff --git a/templates/conf/vmagent.yml.j2 b/templates/conf/vmagent.yml.j2 index 5b8f73a..976f501 100644 --- a/templates/conf/vmagent.yml.j2 +++ b/templates/conf/vmagent.yml.j2 @@ -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 %} \ No newline at end of file