Constant DOTNET_THREAD_POOL_WORK_ITEM_COUNT
pub const DOTNET_THREAD_POOL_WORK_ITEM_COUNT: &'static str;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: | Stable |