VictoriaMetrics/lib/regexutil
Aliaksandr Valialkin 17289ff481
lib/regexutil: cache MatchString results for unoptimized regexps
This increases relabeling performance by 3x for unoptimized regexs
2022-09-30 10:41:29 +03:00
..
promregex.go lib/regexutil: cache MatchString results for unoptimized regexps 2022-09-30 10:41:29 +03:00
promregex_test.go lib/promrelabel: optimize common regex mismatch cases for action: replace and action: labelmap 2022-08-26 15:45:31 +03:00
promregex_timing_test.go lib/promrelabel: use regexutil.PromRegex for regex matching in actions labeldrop,labelkeep,drop and keep 2022-08-26 15:23:45 +03:00
regexutil.go lib/promrelabel: properly parse regex with escaped $ at the end 2022-09-30 08:15:43 +03:00
regexutil_test.go lib/promrelabel: properly parse regex with escaped $ at the end 2022-09-30 08:15:43 +03:00