Hi
labeldrop is straightforward when you know the label to drop.
What if the labels are not known or the list is too long?
For instance.
After relabel_configs, I have the following labels in my timeseries:
- job
- instance
- pod_name
- namespace
What should be the metric_relabel_configs to drop all other labels?
Does regex support negative matches?
Thank you
-Steve