Uses of Interface
io.opentelemetry.sdk.trace.data.ExceptionEventData
Packages that use ExceptionEventData
-
Uses of ExceptionEventData in io.opentelemetry.sdk.trace.data
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.