I’m trying to remove/drop two metric/label’s in Prometheus but with no luck.
When i’m searching for the 10 biggest metrics in grafana/explorer i found two of them that i want drop/remove. How do i do that? Thanks for all help i can get!
I have tried with the following:
prometheus:
prometheusSpec:
remoteWrite:
- url: https://mimir.test.com/api/v1/push
additionalScrapeConfigs:
- job_name: test
metric_relabel_configs:
- regex: (DynamicCABundle-client-ca-bundle|DynamicClientCertificate)
action: labeldrop
I was expecting that the label should be removed.