mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
491831df49
Without reset, labels duplicates could have been added during stream aggregation. Since `ctx.Labels` is reused during processing of many series, each series will add its labels to the context. Even if the same labels were already addeded on prev iteration. Now, we reset `ctx.Labels` on each iteration to contain so labels from different series didn't interfere. This could have cause exceeding of the limit on number of labels per pushed time series. https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4277 Signed-off-by: hagen1778 <roman@victoriametrics.com> |
||
---|---|---|
.. | ||
common | ||
csvimport | ||
datadog | ||
graphite | ||
influx | ||
native | ||
opentsdb | ||
opentsdbhttp | ||
prometheusimport | ||
prompush | ||
promremotewrite | ||
relabel | ||
static/css | ||
vmimport | ||
main.go | ||
README.md |
vminsert
routes the ingested data to vmstorage
.