VictoriaMetrics / helm-charts

Helm charts for VictoriaMetrics, VictoriaLogs and ecosystem
https://victoriametrics.github.io/helm-charts/
Apache License 2.0
329 stars 324 forks source link

metric agent metric_relabel_configs issue #329

Closed bruse-peng closed 3 weeks ago

bruse-peng commented 2 years ago

i install metric agent and i metric_relabel_configs drop the pod start with bff. but when i open vmui i can still find the pod start with bff. as blow,what is the problem

bruse-peng commented 2 years ago

image

Haleygo commented 1 year ago

Hello,

- action: drop
regex: bff.*
source_labels:
- Pod

Looks like you should use "pod" instead of "Pod"