From e8cbf1d3e6d842811ff153aafeaa66d96ee16ee2 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Wed, 8 May 2024 04:50:50 +0800 Subject: [PATCH] fix(victoria): don't drop prometheus label lol now nothing's getting ingested to VMSingle --- kube/deploy/core/monitoring/victoria/cluster/vmagent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/core/monitoring/victoria/cluster/vmagent.yaml b/kube/deploy/core/monitoring/victoria/cluster/vmagent.yaml index 2cc4ee74d4..685adc058a 100644 --- a/kube/deploy/core/monitoring/victoria/cluster/vmagent.yaml +++ b/kube/deploy/core/monitoring/victoria/cluster/vmagent.yaml @@ -17,7 +17,7 @@ spec: cluster: "${CLUSTER_NAME}" inlineRelabelConfig: - action: drop - source_labels: [prometheus, service, endpoint] + source_labels: [service, endpoint] # pod config replicaCount: 3 statefulMode: true