Constant rama::telemetry::opentelemetry::semantic_conventions::metric::DOTNET_GC_PAUSE_TIME
pub const DOTNET_GC_PAUSE_TIME: &'static str;
Expand description
§Description
The total amount of time paused in GC since the process has started.
§Notes
Meter name: System.Runtime
; Added in: .NET 9.0.
This metric reports the same values as calling GC.GetTotalPauseDuration()
§Metadata
Instrument: | counter |
Unit: | s |
Status: | Experimental |