Constant rama::telemetry::opentelemetry::semantic_conventions::metric::DOTNET_THREAD_POOL_THREAD_COUNT
pub const DOTNET_THREAD_POOL_THREAD_COUNT: &'static str;
Expand description
§Description
The number of thread pool threads that currently exist.
§Notes
Meter name: System.Runtime
; Added in: .NET 9.0.
This metric reports the same values as calling ThreadPool.ThreadCount
§Metadata
Instrument: | updowncounter |
Unit: | {thread} |
Status: | Experimental |