pub const DOTNET_TIMER_COUNT: &str = "dotnet.timer.count";
Expand description
§Description
The number of timer instances that are currently active.
§Notes
Meter name: System.Runtime
; Added in: .NET 9.0.
This metric reports the same values as calling Timer.ActiveCount
§Metadata
Instrument: | updowncounter |
Unit: | {timer} |
Status: | Experimental |