From 43a4dccc3f0d8890e89aaf86c4732c63e40949bd Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Fri, 17 Dec 2021 14:18:50 +0100 Subject: [PATCH] chore: removed unnecessary ip lookup --- templates/prometheus/config/prometheus/prometheus.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/prometheus/config/prometheus/prometheus.yml.j2 b/templates/prometheus/config/prometheus/prometheus.yml.j2 index 9e27da8..4963a5d 100644 --- a/templates/prometheus/config/prometheus/prometheus.yml.j2 +++ b/templates/prometheus/config/prometheus/prometheus.yml.j2 @@ -456,7 +456,7 @@ scrape_configs: - source_labels: [__param_target] target_label: instance - target_label: __address__ - replacement: "{{ lookup('community.general.dig', blackbox_exporter_fqdn ) }}:9115" + replacement: "{{ blackbox_exporter_fqdn }}:9115" ############################################## ### federation #### ##############################################