VictoriaMetrics/app/vmalert/datasource
Roman Khavronenko 7adfe878e1
vmalert: fix mistake with object reuse while parsing response (#1370)
* vmalert: fix mistake with object reuse while parsing response

During the refactoring, the wrong optimisations was applied in
parse function which caused metric fields reset. The change removes
optimisation.

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

* vmalert: add test to cover multiple metrics in one response
2021-06-11 11:22:05 +03:00
..
datasource.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
init.go app/{vmalert,vmauth}: explicitly set MaxIdleConnsPerHost in net/http.Client.Transport 2021-05-14 18:12:24 +03:00
type.go Graphite vmalert wip (#112) 2021-02-01 15:05:32 +02:00
vm.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
vm_graphite_api.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:20:38 +03:00
vm_prom_api.go vmalert: fix mistake with object reuse while parsing response (#1370) 2021-06-11 11:22:05 +03:00
vm_test.go vmalert: fix mistake with object reuse while parsing response (#1370) 2021-06-11 11:22:05 +03:00