thread-pool-queue-size Metric
Number of tasks in queue for the given thread pool
| Metric Name | thread-pool-queue-size | |
| Metric Type | Gauge | |
| Introduced Version | 1.131 | |
| Specific Fields for this Metric | ||
| executor | Process that executed metric event | |
| Standard Fields for this Metric | ||
| @host | VHost ID | |
| @id | A unique identifier for the event. Can be used to refer to and re-find specific events. | |
| @ingesttimestamp | The timestamp of when the event was ingested. The value is milliseconds-since-epoch. | |
| @timestamp | Timestamp in milliseconds since the epoch (1st Jan 1970, 00:00) of the event, e.g. 2022-11-22 09:50:20.100 if the event has an identifiable timestamp. | |
| @timestamp.nanos | Extended precision of timestamp below millisecond. E.g. 295000 | |
| @timezone | The timezone the event originated in, if known. | |
| name | Name of metric | |
| type | Metric type | |
| value | Value for metric | |
Example Metric Record:
json
{
"#repo" : "humio-metrics",
"#type" : "metrics",
"@host" : "73",
"@id" : "jOycnKGH6AuidsJlGtY4lh64_9369_244_1768121987",
"@ingesttimestamp" : "1768121987537",
"@timestamp" : 1768121987493,
"@timestamp.nanos" : "0",
"@timezone" : "UTC",
"executor" : "digestlive",
"name" : "thread-pool-queue-size",
"type" : "GAUGE",
"value" : "0"
}