opentelemetry_semantic_conventions::metric

Constant DOTNET_EXCEPTIONS

Source
pub const DOTNET_EXCEPTIONS: &str = "dotnet.exceptions";
Expand description

§Description

The number of exceptions that have been thrown in managed code.

§Notes

Meter name: System.Runtime; Added in: .NET 9.0. This metric reports the same values as counting calls to AppDomain.CurrentDomain.FirstChanceException

§Metadata

Instrument:counter
Unit:{exception}
Status:Experimental

§Attributes

NameRequirement
crate::attribute::ERROR_TYPERequired