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) classAn effectively immutable implementation ofExceptionEventData.Methods in io.opentelemetry.sdk.trace.data that return ExceptionEventDataModifier and TypeMethodDescriptionstatic ExceptionEventDataExceptionEventData.create(long epochNanos, Throwable exception, Attributes attributes, int totalAttributeCount) Returns a new immutableExceptionEventData.(package private) static ExceptionEventDataImmutableExceptionEventData.create(long epochNanos, Throwable exception, Attributes attributes, int totalAttributeCount) Returns a new immutableEvent.