VictoriaMetrics/app
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
..
victoria-metrics app/victoria-metrics: add make victoria-metrics-arm64 rule for building GOARCH=arm64 binary 2019-05-29 23:07:14 +03:00
vminsert app/vminsert: really fix #60 2019-06-07 23:37:03 +03:00
vmselect app/vmselect/promql: properly handle {__name__ op "string"} queries 2019-06-07 02:02:04 +03:00
vmstorage all: open-sourcing single-node version 2019-05-23 00:18:06 +03:00