mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
de94812088
* vmalert: fix nil map assignment
The storage instance with nil map params was created for remote-read purposes.
And before change
|
||
---|---|---|
.. | ||
datasource.go | ||
datasource_test.go | ||
init.go | ||
vm.go | ||
vm_graphite_api.go | ||
vm_prom_api.go | ||
vm_prom_api_test.go | ||
vm_test.go |