VictoriaMetrics/lib/promrelabel
Aliaksandr Valialkin 62d7e07ff7 lib/promrelabel: remove unneded optimizations for labeldrop and labelkeep actions
These optimizations may slow down code execution by matching the same label against regexp two times instead of a single time
2021-03-02 18:01:08 +02:00
..
testdata lib/promrelabel: add support for keep_if_equal and drop_if_equal actions to relabel configs 2020-06-23 17:29:19 +03:00
config.go lib/promrelabel: add more optimizations for relabeling for common cases 2021-02-22 16:36:54 +02:00
config_test.go lib/promrelabel: add more optimizations for relabeling for common cases 2021-02-22 16:36:54 +02:00
relabel.go lib/promrelabel: remove unneded optimizations for labeldrop and labelkeep actions 2021-03-02 18:01:08 +02:00
relabel_test.go lib/promrelabel: optimize labeldrop and labelkeep relabeling for prefix.* and prefix.+ regexps 2021-02-24 17:58:11 +02:00
relabel_timing_test.go lib/promrelabel: optimize labeldrop and labelkeep relabeling for prefix.* and prefix.+ regexps 2021-02-24 17:58:11 +02:00
sort.go app/vmagent: initial implementation for vmagent 2020-02-23 17:31:54 +02:00
sort_test.go app/vmagent: initial implementation for vmagent 2020-02-23 17:31:54 +02:00