opentelemetry_semantic_conventions::metric

Constant DOTNET_THREAD_POOL_THREAD_COUNT

Source
pub const DOTNET_THREAD_POOL_THREAD_COUNT: &str = "dotnet.thread_pool.thread.count";
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