VictoriaMetrics/lib/protoparser/vmimport
Aliaksandr Valialkin 22c1e29284 lib/protoparser: propagate callback error to the caller of ParseStream for every supported data ingestion protocols
The caller of ParseStream then can generate HTTP 503 responses for non-nil errors occured in callbacks when processing incoming requests.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/896
2020-11-13 13:05:34 +02:00
..
parser.go lib/protoparser: clarify that the string passed to Unmarshal() function must remain available when the parsed rows are in use 2020-08-11 17:05:21 +03:00
parser_test.go lib/protoparser/vmimport: add more testcases for invalid timestamps and values 2020-09-16 02:21:53 +03:00
parser_timing_test.go app/vmagent: initial implementation for vmagent 2020-02-23 17:31:54 +02:00
streamparser.go lib/protoparser: propagate callback error to the caller of ParseStream for every supported data ingestion protocols 2020-11-13 13:05:34 +02:00