Constant rama::telemetry::opentelemetry::semantic_conventions::metric::DOTNET_THREAD_POOL_QUEUE_LENGTH
pub const DOTNET_THREAD_POOL_QUEUE_LENGTH: &'static str;
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: | Experimental |