Percentage of time spent in local ingest reader threads on work that is not plain waiting for more records from the ingest queue in Kafka

Metric Nameingest-reader-occupancy
Metric TypeHistogram
Introduced Version1.116
Standard Fields for this Metric  
#repo  
#type  
@host  
@id  
@ingesttimestamp  
@timestamp  
@timestamp.nanos  
@timezone  
count  
max  
mean  
median  
min  
name  
p75  
p95  
p98  
p99  
p999  
rate_unit  
stddev  
thread  
type  
window_count  

Example Metric Record:

json
{
   "#repo" : "humio-metrics",
   "#type" : "metrics",
   "@host" : "72",
   "@id" : "E4JsyIw1U6bFCIC4H9anKvRC_6401_1670_1765098017",
   "@ingesttimestamp" : "1765098017489",
   "@timestamp" : 1765098017450,
   "@timestamp.nanos" : "0",
   "@timezone" : "UTC",
   "count" : "17517",
   "max" : "1",
   "mean" : "0.03166383765139146",
   "median" : "0",
   "min" : "0",
   "name" : "ingest-reader-occupancy",
   "p75" : "0",
   "p95" : "0",
   "p98" : "1",
   "p99" : "1",
   "p999" : "1",
   "rate_unit" : "percent/second",
   "stddev" : "0.17510350949246503",
   "thread" : "0",
   "type" : "HISTOGRAM",
   "window_count" : "1028"
}