Package com.datadog.android.trace.api.span
See: Description
-
Interface Summary Interface Description DatadogSpan Represents an interface for a Datadog span, which encapsulates information about a single span within a trace. DatadogSpanBuilder Builder interface for creating instances of DatadogSpan. DatadogSpanContext DatadogSpanContext represents span state that must propagate to descendant spans and across process boundaries. DatadogSpanLink Represents a link to a Datadog span, which contains metadata and identifiers for associating a span with its trace and related details. DatadogSpanWriter A writer is responsible for sending collected spans.