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
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
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