A  B  C  D  E  F  G  I  M  N  O  P  R  S  T  U  W  _ 

A

activateSpan(DatadogTracer,DatadogSpan,Boolean) - function in com.datadog.android.trace.internal._TraceInternalProxy
Activates the provided span within the current context of the tracer.
addThrowable(DatadogSpan,Throwable,Byte) - function in com.datadog.android.trace.internal._TraceInternalProxy
Associates a throwable with the current span, marking it as an error.
ALL - enum entry in com.datadog.android.trace.ApmNetworkTracingScope

Default one. With this scope the Datadog SDK will trace both the application level requests and the network layer requests (redirect, retries).

ALL - enum entry in com.datadog.android.trace.TraceContextInjection

Injects trace context into all requests irrespective of the sampling decision. For example if the request trace is sampled out, the trace context will still be injected in your request headers but the sampling priority will be 0. This will mean that the client will dictate the sampling priority on the server side and no trace will be created no matter the sampling rate at the server side.

ApmNetworkInstrumentation - class in com.datadog.android.trace.internal
For internal usage only.
ApmNetworkInstrumentationConfiguration - class in com.datadog.android.trace
Configuration for APM distributed tracing of network requests.
ApmNetworkInstrumentationExtKt - class in com.datadog.android.trace.internal.net
 
ApmNetworkTracingScope - class in com.datadog.android.trace
Defines the scope of network tracing instrumentation.
A  B  C  D  E  F  G  I  M  N  O  P  R  S  T  U  W  _