VictoriaMetrics/lib/protoparser/opentelemetry/stream
Nikolay d144e39592
lib/protoparser/openetelemetry: fixes panic (#4821)
Opentelemetry format allows histograms with non-counter buckets. In this case it makes no sense to add buckets into database
and save only counter with _count suffix.
It could be used as gauge.
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4814

Co-authored-by: Aliaksandr Valialkin <valyala@victoriametrics.com>
2023-08-12 05:09:18 -07:00
..
streamparser.go lib/protoparser/openetelemetry: fixes panic (#4821) 2023-08-12 05:09:18 -07:00
streamparser_test.go lib/protoparser: adds opentelemetry parser (#2570) 2023-07-27 13:26:45 -07:00
streamparser_timing_test.go lib/protoparser: adds opentelemetry parser (#2570) 2023-07-27 13:26:45 -07:00