pub const DOTNET_THREAD_POOL_QUEUE_LENGTH: &str = "dotnet.thread_pool.queue.length";Expand description
§Description
The number of work items that are currently queued to be processed by the thread pool.
§Notes
Meter name: System.Runtime; Added in: .NET 9.0.
This metric reports the same values as calling ThreadPool.PendingWorkItemCount
§Metadata
| Instrument: | updowncounter |
| Unit: | {work_item} |
| Status: | Stable |