prometheus/pkg/labels
Marco Pracucci cef4dd6fff
Optimized label regex matcher with literal prefix and/or suffix (#7453)
* Optimized label regex matcher with literal prefix and/or suffix

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Added license

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Added more tests cases with newlines

Signed-off-by: Marco Pracucci <marco@pracucci.com>

* Restored deleted test

Signed-off-by: Marco Pracucci <marco@pracucci.com>
2020-06-26 15:19:09 +05:30
..
labels.go change labelset comparison in promql engine to avoid false positive during detection of duplicates (#7058) 2020-05-12 14:03:15 -07:00
labels_test.go Remove duplicate test in labels_test.go (#7461) 2020-06-25 12:42:04 -06:00
matcher.go Optimized label regex matcher with literal prefix and/or suffix (#7453) 2020-06-26 15:19:09 +05:30
matcher_test.go Add unit test for Inverse in pkg/labels/matcher.go (#6586) 2020-01-13 07:29:14 -07:00
regexp.go Optimized label regex matcher with literal prefix and/or suffix (#7453) 2020-06-26 15:19:09 +05:30
regexp_test.go Optimized label regex matcher with literal prefix and/or suffix (#7453) 2020-06-26 15:19:09 +05:30
test_utils.go Port tsdb to use pkg/labels. (#6326) 2019-11-18 11:53:33 -08:00