From 7972cfd5adbff9206f2794828034af092a325ae0 Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 1 Aug 2026 14:37:20 +0200 Subject: [PATCH] OP#630 clean up comments --- templates/config.alloy.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/config.alloy.erb b/templates/config.alloy.erb index f057156..3e311b1 100644 --- a/templates/config.alloy.erb +++ b/templates/config.alloy.erb @@ -65,12 +65,12 @@ discovery.relabel "node_exporter" { rule { target_label = "instance" - replacement = constants.hostname // <-- this is the key + replacement = constants.hostname } rule { target_label = "job" - replacement = "integrations/node_exporter" // or whatever job name you prefer + replacement = "integrations/node_exporter" } }