From 0c9e3ccb87a570a8b627096c2527ed732e5a8501 Mon Sep 17 00:00:00 2001 From: c6ristian Date: Wed, 30 Apr 2025 15:07:26 +0200 Subject: [PATCH] fix switchup in prometheus.relabel --- inventories/chaosknoten/host_vars/grafana.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventories/chaosknoten/host_vars/grafana.yaml b/inventories/chaosknoten/host_vars/grafana.yaml index c0f2ad9..d98ef03 100644 --- a/inventories/chaosknoten/host_vars/grafana.yaml +++ b/inventories/chaosknoten/host_vars/grafana.yaml @@ -104,8 +104,8 @@ alloy_config: | prometheus.relabel "default" { forward_to = [prometheus.remote_write.default.receiver] rule { - replacement = "org" - target_label = "ccchh" + target_label = "org" + replacement = "ccchh" } rule { target_label = "host"