Skip to content

Commit

Permalink
fix(victoria): don't drop prometheus label 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 c70fdf3 commit e8cbf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/deploy/core/monitoring/victoria/cluster/vmagent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8cbf1d

Please sign in to comment.