VictoriaMetrics/app/vlinsert
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
..
datadog app/vlinsert: expose vl_bytes_ingested_total metric 2024-11-30 17:25:57 +01:00
elasticsearch app/vlinsert: expose vl_bytes_ingested_total metric 2024-11-30 17:25:57 +01:00
insertutils app/vlinsert: expose vl_bytes_ingested_total metric 2024-11-30 17:25:57 +01:00
journald app/vlinsert: expose vl_bytes_ingested_total metric 2024-11-30 17:25:57 +01:00
jsonline app/vlinsert: expose vl_bytes_ingested_total metric 2024-11-30 17:25:57 +01:00
loki app/vlinsert: expose vl_bytes_ingested_total metric 2024-11-30 17:25:57 +01:00
opentelemetry app/vlinsert: expose vl_bytes_ingested_total metric 2024-11-30 17:25:57 +01:00
syslog app/vlinsert: expose vl_bytes_ingested_total metric 2024-11-30 17:25:57 +01:00
main.go vlinsert: support datadog logs 2024-11-05 16:52:35 +01:00