Skip to content

Commit

Permalink
fix(victoria): don't drop labels lol
Browse files Browse the repository at this point in the history
now nothing's getting ingested to VMSingle
  • Loading branch information
JJGadgets committed May 7, 2024
1 parent e8cbf1d commit 9cdcfe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kube/deploy/core/monitoring/victoria/cluster/vmagent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ spec:
vmAgentExternalLabelName: prometheus
externalLabels:
cluster: "${CLUSTER_NAME}"
inlineRelabelConfig:
- action: drop
source_labels: [service, endpoint]
#inlineRelabelConfig:
# - action: drop
# source_labels: [service, endpoint]
# pod config
replicaCount: 3
statefulMode: true
Expand Down

0 comments on commit 9cdcfe2

Please sign in to comment.