VictoriaMetrics/lib/protoparser/graphite
Aliaksandr Valialkin 7072db75cb lib/protoparser: use 64KB read buffer instead of default 4KB buffer provided by net/http.Server
This should reduce syscall overhead when reading big amounts of data
2020-09-28 02:07:19 +03:00
..
parser.go lib/protoparser/graphite: return error when value or timestamp cannot be properly parsed 2020-09-16 02:16:13 +03:00
parser_test.go lib/protoparser: use 64KB read buffer instead of default 4KB buffer provided by net/http.Server 2020-09-28 02:07:19 +03:00
parser_timing_test.go app/vminsert: move ingestion protocol parsers to lib/protoparser, so they could be re-used in the upcoming vmagent 2020-01-24 16:55:18 +02:00
streamparser.go lib/protoparser: use 64KB read buffer instead of default 4KB buffer provided by net/http.Server 2020-09-28 02:07:19 +03:00