VictoriaMetrics/app/vminsert
Aliaksandr Valialkin f4252f87e6 app/vminsert: really fix #60
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.
2019-06-07 23:37:03 +03:00
..
common app/vminsert: really fix #60 2019-06-07 23:37:03 +03:00
concurrencylimiter app/vminsert: add -maxConcurrentInserts command-line flag for limiting the number of concurrent inserts 2019-05-29 12:41:23 +03:00
graphite app/vminsert: reduce memory usage for Influx, Graphite and OpenTSDB protocols 2019-05-28 18:47:23 +03:00
influx app/vminsert: reduce memory usage for Influx, Graphite and OpenTSDB protocols 2019-05-28 18:47:23 +03:00
opentsdb app/vminsert: reduce memory usage for Influx, Graphite and OpenTSDB protocols 2019-05-28 18:47:23 +03:00
prometheus all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00
main.go app/vminsert: explain that /query request emulation is required for TSBS benchmark 2019-06-03 18:40:27 +03:00
README.md all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00

vminsert routes the ingested data to vmstorage.