mirror of
https://github.com/prometheus/prometheus
synced 2025-03-11 07:59:57 +00:00
Introduce two new relabel actions. labeldrop, and labelkeep. These can be used to filter the set of labels by matching regex - labeldrop: drops all labels that match the regex - labelkeep: drops all labels that do not match the regex |
||
---|---|---|
.. | ||
relabel_test.go | ||
relabel.go |