Package com.datadog.android.trace
See: Description
-
Class Summary Class Description ApmNetworkInstrumentationConfiguration Configuration for APM distributed tracing of network requests. DeterministicTraceSampler A com.datadog.android.core.sampling.DeterministicSampler using the TraceID of a Span to compute the sampling decision. Builder A Builder class for a TraceConfiguration. TraceConfiguration Describes configuration to be used for the Traces feature. SpanExtKt -
Enum Summary Enum Description ApmNetworkTracingScope Defines the scope of network tracing instrumentation. TraceContextInjection Defines whether the trace context should be injected into all requests or only sampled ones. -
Object Summary Object Description DatadogTracing Object responsible for providing tracing capabilities in the Datadog SDK. GlobalDatadogTracer A holder object for managing and retrieving a global instance of the DatadogTracer. Trace An entry point to Datadog Traces feature. -
Annotation Summary Annotation Description ExperimentalTraceApi Marks declarations that are part of the experimental Tracing API. -
Interface Summary Interface Description InternalCoreWriterProvider Internal interface to provide the core writer to the tracer. NetworkTracedRequestListener Listener for automatically created com.datadog.android.trace.api.span.DatadogSpan around com.datadog.android.api.instrumentation.network.HttpRequestInfo.