prometheus/pkg/labels
Marco Pracucci 2f6bf7de4c
Optimise labels regex matchers containing a literal within the pattern (#7503)
* Added labels matchers regex fast path for literals within the regex

Signed-off-by: Marco Pracucci <marco@pracucci.com>
2020-07-07 09:38:04 +01:00
..
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 Optimise labels regex matchers containing a literal within the pattern (#7503) 2020-07-07 09:38:04 +01:00
regexp_test.go Optimise labels regex matchers containing a literal within the pattern (#7503) 2020-07-07 09:38:04 +01:00
test_utils.go Port tsdb to use pkg/labels. (#6326) 2019-11-18 11:53:33 -08:00