From 0ddaa6b48b3c57618645d0c546e962443cb0a3fd Mon Sep 17 00:00:00 2001 From: miwr Date: Wed, 30 Apr 2025 11:47:07 +0200 Subject: [PATCH] app-name --- template/stacks/monitoring/alloy/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/monitoring/alloy/values.yaml b/template/stacks/monitoring/alloy/values.yaml index 9ce3854..6be721b 100644 --- a/template/stacks/monitoring/alloy/values.yaml +++ b/template/stacks/monitoring/alloy/values.yaml @@ -79,7 +79,7 @@ alloy: rule { source_labels = ["__meta_kubernetes_pod_label_app_kubernetes_io_name"] action = "replace" - target_label = "k8s_io_app" + target_label = "app-name" } }