query-millis Metric
Number of milliseconds spent processing historical queries
| Metric Name | query-millis | |
| Metric Type | Meter | |
| Specific Fields for this Metric | ||
| repo | Name of the repository | |
| Standard Fields for this Metric | ||
| #repo | ||
| #type | ||
| @host | ||
| @id | ||
| @ingesttimestamp | ||
| @timestamp | ||
| @timestamp.nanos | ||
| @timezone | ||
| count | ||
| m1 | ||
| m15 | ||
| m5 | ||
| mean_rate | ||
| name | ||
| rate_unit | ||
| type | ||
Example Metric Record:
json
{
"#repo" : "humio-metrics",
"#type" : "metrics",
"@host" : "72",
"@id" : "E4JsyIw1U6bFCIC4H9anKvRC_6402_1237_1765098137",
"@ingesttimestamp" : "1765098137491",
"@timestamp" : 1765098137450,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"count" : "113",
"m1" : "1.4544964396834298E-11",
"m15" : "7.855042963601283E-4",
"m5" : "1.2380297907702974E-4",
"mean_rate" : "0.0013433647639615402",
"name" : "query-millis",
"rate_unit" : "events/second",
"repo" : "humio-usage",
"type" : "METER"
}