Uses of Interface
io.opentelemetry.sdk.trace.data.ExceptionEventData
Packages that use ExceptionEventData
-
Uses of ExceptionEventData in io.opentelemetry.sdk.trace.data
Classes in io.opentelemetry.sdk.trace.data that implement ExceptionEventDataModifier and TypeClassDescription(package private) final class
(package private) class
An effectively immutable implementation ofExceptionEventData
.Methods in io.opentelemetry.sdk.trace.data that return ExceptionEventDataModifier and TypeMethodDescriptionstatic ExceptionEventData
ExceptionEventData.create
(long epochNanos, Throwable exception, Attributes attributes, int totalAttributeCount) Returns a new immutableExceptionEventData
.(package private) static ExceptionEventData
ImmutableExceptionEventData.create
(long epochNanos, Throwable exception, Attributes attributes, int totalAttributeCount) Returns a new immutableEvent
.