mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-02-09 15:27:11 +00:00
![]() ReadLinesBlock may accept dstBuf with non-zero length. In this case the last line without trailing newline isn't read. Fix this by comparing len(dstBuf) to 0 instead of its original length. |
||
---|---|---|
.. | ||
common | ||
concurrencylimiter | ||
deployment | ||
graphite | ||
influx | ||
netstorage | ||
opentsdb | ||
prometheus | ||
main.go | ||
Makefile | ||
README.md |
vminsert
routes the ingested data to vmstorage
nodes.