opentelemetry_semantic_conventions::metric

Constant DOTNET_THREAD_POOL_WORK_ITEM_COUNT

Source
pub const DOTNET_THREAD_POOL_WORK_ITEM_COUNT: &str = "dotnet.thread_pool.work_item.count";
Expand description

§Description

The number of work items that the thread pool has completed since the process has started.

§Notes

Meter name: System.Runtime; Added in: .NET 9.0. This metric reports the same values as calling ThreadPool.CompletedWorkItemCount

§Metadata

Instrument:counter
Unit:{work_item}
Status:Experimental