Package-level declarations

Types

Link copied to clipboard
interface EmbraceSpan

Represents a Span that can be started and stopped with the appropriate ErrorCode if applicable. This wraps the OpenTelemetry Span by adding an additional layer for local validation

Link copied to clipboard
data class EmbraceSpanEvent

Represents an Event in an EmbraceSpan

Link copied to clipboard

Categorize the broad reason a Span completed unsuccessfully.

Link copied to clipboard
interface TracingApi

The public API used to add traces to your application. Note that recordCompletedSpan can be used before the SDK is initialized. The actual trace won't be recorded until the SDK is started, but it's safe to use this prior to SDK initialization.