Time in nanoseconds spent by the query compiler parsing from input text to AST

Metric Namequery-compiler-parse-time
Metric TypeHistogram
Introduced Version1.129
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  
type  
window_count  

Example Metric Record:

json
{
   "#repo" : "humio-metrics",
   "#type" : "metrics",
   "@host" : "72",
   "@id" : "E4JsyIw1U6bFCIC4H9anKvRC_6402_1652_1765098197",
   "@ingesttimestamp" : "1765098197490",
   "@timestamp" : 1765098197450,
   "@timestamp.nanos" : "0",
   "@timezone" : "UTC",
   "count" : "12674",
   "max" : "224544",
   "mean" : "14822.202928870292",
   "median" : "12023",
   "min" : "1879",
   "name" : "query-compiler-parse-time",
   "p75" : "23681.25",
   "p95" : "31134.949999999993",
   "p98" : "41690.240000000005",
   "p99" : "47488.599999999955",
   "p999" : "224544",
   "rate_unit" : "nanos/second",
   "stddev" : "14367.684223862841",
   "type" : "HISTOGRAM",
   "window_count" : "478"
}