opentelemetry_semantic_conventions::metric

Constant DOTNET_JIT_COMPILED_METHODS

Source
pub const DOTNET_JIT_COMPILED_METHODS: &str = "dotnet.jit.compiled_methods";
Expand description

§Description

The number of times the JIT compiler (re)compiled methods since the process has started.

§Notes

Meter name: System.Runtime; Added in: .NET 9.0. This metric reports the same values as calling JitInfo.GetCompiledMethodCount()

§Metadata

Instrument:counter
Unit:{method}
Status:Experimental