VictoriaMetrics/app/vlinsert/opentelemetry
Aliaksandr Valialkin 50bfa689c9
app/vlinsert: expose vl_bytes_ingested_total metric
This metric tracks an approximate amounts of bytes processed when parsing the ingested logs.
The metric is exposed individually per every supported data ingestion protocol. The protocol name
is exposed via "type" label in order to be consistent with vl_rows_ingested_total metric.

Thanks to @tenmozes for the initial idea and implementation at https://github.com/VictoriaMetrics/VictoriaMetrics/pull/7682

While at it, remove the unneeded "format" label from vl_rows_ingested_total metric.
The "type" label must be enough for encoding the data ingestion format.
2024-11-30 17:25:57 +01:00
..
opentelemetry.go app/vlinsert: expose vl_bytes_ingested_total metric 2024-11-30 17:25:57 +01:00
opentelemetry_test.go follow-up after 01430a155c 2024-09-04 15:36:34 +02:00
opentemetry_timing_test.go vlinsert: added opentelemetry logs support 2024-09-03 20:12:05 +02:00