VictoriaMetrics/app
Aliaksandr Valialkin 87e0d69bf4
app/vmselect/netstorage: fix a bug introduced in 1a254ea20c
The bug results in `duplicate output time series` error
because the same time series is added two times into the orderedMetricNames list
inside the tmpBlocksFileWrapper.Finalize().

While at it, properly release all the tmpBlocksFile structs on tbf.Finalize() error.
Previously only the remaining tbf entries were released. This could result in resource leak.
2022-08-17 14:07:51 +03:00
..
vmagent lib/promscrape: automatically generate additional per-target labels for targets with non-zero series limit 2022-08-17 13:22:02 +03:00
vmalert docs: update vmalert docs (#2987) 2022-08-16 12:10:08 +03:00
vmauth all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmbackup all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmbackupmanager all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:25:26 +03:00
vmctl all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmgateway all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:25:26 +03:00
vminsert app/vminsert/netstorage: pre-initialize the remaining throttled loggers 2022-08-04 18:34:42 +03:00
vmrestore all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmselect app/vmselect/netstorage: fix a bug introduced in 1a254ea20c 2022-08-17 14:07:51 +03:00
vmstorage lib/pushmetrics: properly handle errors when initializing pushmetrics 2022-07-22 13:38:25 +03:00
vmui vmui: shortcut keys legend (#2971) 2022-08-15 12:04:30 +03:00