Time spent deserializing Kafka records during digest. Does not include the Kafka client's own deserialization (e.g. decompression) or time spent deserializing the individual events.

Metric Namedigest-record-deserialization-ms
Metric TypeHistogram
Introduced Version1.200

Example Metric Record:

json
{
   "#repo" : "humio-metrics",
   "#type" : "metrics",
   "@host" : "71",
   "@id" : "E4JsyIw1U6bFCIC4H9anKvRC_3584_1597_1764664279",
   "@ingesttimestamp" : "1764664279554",
   "@timestamp" : 1764664279516,
   "@timestamp.nanos" : "0",
   "@timezone" : "UTC",
   "count" : "24698544",
   "max" : "1",
   "mean" : "0.0029722181263970877",
   "median" : "0",
   "min" : "0",
   "name" : "digest-record-deserialization-ms",
   "p75" : "0",
   "p95" : "0",
   "p98" : "0",
   "p99" : "0",
   "p999" : "1",
   "rate_unit" : "ms/second",
   "stddev" : "0.054436973150664834",
   "type" : "HISTOGRAM",
   "window_count" : "1028"
}