prometheus/relabel
Tristan Colgate-McFarlane 4d9134e6d8 Add labeldrop and labelkeep actions. (#2279)
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
2016-12-14 10:17:42 +00:00
..
relabel.go Add labeldrop and labelkeep actions. (#2279) 2016-12-14 10:17:42 +00:00
relabel_test.go Add labeldrop and labelkeep actions. (#2279) 2016-12-14 10:17:42 +00:00