mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
7afe8450fc
The following regex patterns are optimized: - literal string match, e.g. "foo" - prefix match, e.g. "foo.*" and "foo.+" - substring match, e.g. ".*foo.*" and ".+foo.+" - alternate values match, e.g. "foo|bar|baz" |
||
---|---|---|
.. | ||
promregex.go | ||
promregex_test.go | ||
promregex_timing_test.go | ||
regexutil.go | ||
regexutil_test.go |