VictoriaMetrics/lib/protoparser/common
Dmytro Kozlov 3c5bff2ffa
lib/protoparser: handle unexpected EOF error when parsing lines in prometheus exposition format (#4851)
Previously only io.EOF was handled, and io.ErrUnexpectedEOF was ignored, but it may happen if the client interrupts the connection.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4817
2023-08-28 09:40:27 +02:00
..
compress_reader.go app/{vminsert,vmagent}: add ability to ingest data via DataDog "submit metrics" API 2021-09-29 00:12:26 +03:00
extra_labels.go fixed label values decoding for pushgateway compatibility (#4727) 2023-08-12 13:23:25 -07:00
extra_labels_test.go fixed label values decoding for pushgateway compatibility (#4727) 2023-08-12 13:23:25 -07:00
lines_reader.go lib/protoparser: handle unexpected EOF error when parsing lines in prometheus exposition format (#4851) 2023-08-28 09:40:27 +02:00
lines_reader_test.go lib/protoparser: handle unexpected EOF error when parsing lines in prometheus exposition format (#4851) 2023-08-28 09:40:27 +02:00
timestamp.go lib/protoparser/common: do not read request body when parsing timestamp query arg 2020-09-11 14:45:21 +03:00
unmarshal_work.go lib/ingestserver: properly close incoming connections during graceful shutdown 2021-05-08 19:53:45 +03:00