Constant opentelemetry_semantic_conventions::trace::EXCEPTION_TYPE
source · [−]pub const EXCEPTION_TYPE: Key;
Expand description
The type of the exception (its fully-qualified class name, if applicable). The dynamic type of the exception should be preferred over the static type in languages that support it.
Examples
java.net.ConnectException
OSError