opentelemetry_semantic_conventions::metric

Constant DOTNET_GC_PAUSE_TIME

Source
pub const DOTNET_GC_PAUSE_TIME: &str = "dotnet.gc.pause.time";
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