VictoriaMetrics/app/vmalert/datasource
Roman Khavronenko 548acce6b3
vmalert: correctly add duplicated params to the query (#4955)
Fix the bug when Group's `params` fields with multiple values were
overriding each other instead of adding up.
The bug was introduced in this commit eccecdf177
 starting from v1.91.1 https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.91.1

 https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4908

Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit 6351d07da8)
2023-09-08 09:33:45 +02:00
..
datasource.go vmalert: add eval_offset for group (#4693) 2023-09-07 10:59:14 +02:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:30:54 +03:00
init.go fixed typos in documentation and commandline flags descriptions (#4275) 2023-05-10 02:22:06 -07:00
vm.go vmalert: correctly add duplicated params to the query (#4955) 2023-09-08 09:33:45 +02:00
vm_graphite_api.go app/vmalert/datasource/graphite: allow overriding "from" parameter for datasource queries (#4687) 2023-07-22 14:18:52 -07:00
vm_prom_api.go vmalert: add eval_offset for group (#4693) 2023-09-07 10:59:14 +02:00
vm_prom_api_test.go vmalert: add eval_offset for group (#4693) 2023-09-07 10:59:14 +02:00
vm_test.go vmalert: correctly add duplicated params to the query (#4955) 2023-09-08 09:33:45 +02:00