VictoriaMetrics/lib/promrelabel
Aliaksandr Valialkin a2cd79576f
lib/promrelabel: call PromRegex.MatchString() on a slow path only if it contains non-empty literal prefix
This should improve slow path speed for regexps without literal prefixes
2022-08-26 21:48:30 +03:00
..
testdata lib/promrelabel: support action: graphite relabeling 2022-06-16 20:24:22 +03:00
config.go lib/promrelabel: optimize common regex mismatch cases for action: replace and action: labelmap 2022-08-26 15:45:31 +03:00
config_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
graphite.go lib/promrelabel: support action: graphite relabeling 2022-06-16 20:24:22 +03:00
graphite_test.go lib/promrelabel: support action: graphite relabeling 2022-06-16 20:24:22 +03:00
graphite_timing_test.go lib/promrelabel: support action: graphite relabeling 2022-06-16 20:24:22 +03:00
if_expression.go lib/promrelabel: optimize matching for commonly used regex patterns in if option 2022-08-26 14:53:06 +03:00
if_expression_test.go app/vmagent: add ability to construct a label from multiple existing labels by referring them in the replacement field during relabeling 2022-08-21 22:50:01 +03:00
relabel.go lib/promrelabel: call PromRegex.MatchString() on a slow path only if it contains non-empty literal prefix 2022-08-26 21:48:30 +03:00
relabel_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
relabel_timing_test.go lib/promrelabel: optimize common regex mismatch cases for action: replace and action: labelmap 2022-08-26 15:45:31 +03:00
sort.go lib/promscrape: optimize getScrapeWork() function 2022-04-20 15:37:00 +03:00
sort_test.go app/vmagent: initial implementation for vmagent 2020-02-23 13:36:03 +02:00