VictoriaMetrics/lib/protoparser/opentsdb
Roman Khavronenko 04b0e4e7bf
protoparser/opentsdb: allow lines without tags (#3303)
According to http://opentsdb.net/docs/build/html/api_telnet/put.html
"At least one tag pair must be present".
However, in VictoriaMetrics datamodel tags aren't required.
This could be confusing for users. Allowing accept lines without
tags seems to do no harm.

https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3290
Signed-off-by: hagen1778 <roman@victoriametrics.com>

Signed-off-by: hagen1778 <roman@victoriametrics.com>
2022-11-09 15:32:47 +02:00
..
parser_test.go protoparser/opentsdb: allow lines without tags (#3303) 2022-11-09 15:32:47 +02: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:53:00 +02:00
parser.go protoparser/opentsdb: allow lines without tags (#3303) 2022-11-09 15:32:47 +02:00
streamparser.go lib/protoparser: remove superflowous memory allocations during protocol parsing 2022-04-06 14:00:08 +03:00