VictoriaMetrics/lib/protoparser/prometheus
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: report more errors for incorrect timestamps and/or values 2020-09-16 02:16:15 +03:00
parser_test.go lib/protoparser: report more errors for incorrect timestamps and/or values 2020-09-16 02:16:15 +03:00
parser_timing_test.go lib/protoparser: add parser for Prometheus exposition text format 2020-01-24 20:11:19 +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
streamparser_test.go app/{vminsert,vmagent}: allow passing timestamp via timestamp query arg when ingesting data to /api/v1/import/prometheus 2020-09-11 13:28:31 +03:00