A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  X  _ 

D

d(String,Throwable,Map) - function in com.datadog.android.log.Logger
Sends a Debug log message.
d(String,Throwable) - function in com.datadog.android.log.Logger
Sends a Debug log message.
d(String) - function in com.datadog.android.log.Logger
Sends a Debug log message.
DaemonThreadFactory - class in com.datadog.exec
A ThreadFactory implementation that starts all Thread as daemons.
Datadog - class in com.datadog.android
This class initializes the Datadog SDK, and sets up communication with the server.
DATADOG - enum entry in com.datadog.trace.api.Config.PropagationStyle
 
DATADOG - enum entry in com.datadog.android.telemetry.model.TelemetryConfigurationEvent.SelectedTracingPropagator
 
DATADOG - enum entry in com.datadog.android.tracing.TracingHeaderType

Datadog's x-datadog-* header.

DatadogContext - class in com.datadog.android.plugin
Provides general information about the current context of the library.
DatadogContext - class in com.datadog.android.v2.api.context
Contains system information, as well as user-specific and feature specific context info.
DatadogDatabaseErrorHandler - class in com.datadog.android.sqlite
Provides an implementation of DatadogDatabaseErrorHandler already set up to send relevant information to Datadog.
DatadogEndpoint - class in com.datadog.android
This object contains constant values for all the Datadog Endpoint urls used in the SDK.
DatadogEventBridge - class in com.datadog.android.webview
This JavascriptInterface is used to intercept all the Datadog events produced by the displayed web page (if Datadog's browser-sdk is enabled).
DatadogEventBridge.Companion - class in com.datadog.android.webview.DatadogEventBridge
 
DatadogEventListener - class in com.datadog.android
Datadog's RUM implementation of OkHttp EventListener.
DatadogEventListener.Factory - class in com.datadog.android.DatadogEventListener
Datadog's RUM implementation of OkHttp EventListener.Factory.
DatadogInterceptor - class in com.datadog.android
Provides automatic integration for OkHttpClient by way of the Interceptor system.
DatadogPlugin - class in com.datadog.android.plugin
DatadogPlugin interface.
DatadogPluginConfig - class in com.datadog.android.plugin
Used to deliver the context from the SDK internals to a DatadogPlugin implementation.
DatadogRumContext - class in com.datadog.android.plugin
Provides information on the RUM feature context.
DatadogSite - class in com.datadog.android
Defines the Datadog sites you can send tracked data to.
DBTypeDecorator - class in com.datadog.opentracing.decorators
This span decorator leverages DB tags.
DDDecoratorsFactory - class in com.datadog.opentracing.decorators
Create DDSpanDecorators
DDNoopScopeEvent - class in com.datadog.opentracing.jfr
Scope event implementation that does no reporting
DDNoopScopeEventFactory - class in com.datadog.opentracing.jfr
Event factory that returns DDNoopScopeEvent
DDScopeEvent - class in com.datadog.opentracing.jfr
Scope event
DDScopeEventFactory - class in com.datadog.opentracing.jfr
Factory that produces scope events
DDSpan - class in com.datadog.opentracing
Represents a period of time.
DDSpanContext - class in com.datadog.opentracing
SpanContext represents Span state that must propagate to descendant Spans and across process boundaries.
DDSpanTypes - class in com.datadog.trace.api
 
DDTags - class in com.datadog.trace.api
 
DDTraceApiInfo - class in com.datadog.trace.api
 
DDTraceOTInfo - class in com.datadog.opentracing
 
DDTracer - class in com.datadog.opentracing
DDTracer makes it easy to send traces and span to DD using the OpenTracing API.
DDTracer.DDSpanBuilder - class in com.datadog.opentracing.DDTracer
Spans are built using this builder
DEAD_CLICK - enum entry in com.datadog.android.rum.model.ActionEvent.Type
 
debug(String) - function in com.datadog.android._InternalProxy._TelemetryProxy
 
DEBUG - enum entry in com.datadog.android.log.model.LogEvent.Status
 
DEBUG - enum entry in com.datadog.android.v2.api.InternalLogger.Level
 
decrypt(ByteArray) - function in com.datadog.android.security.Encryption
Decrypts given ByteArray with user-chosen encryption.
DefaultLogHandler - class in com.datadog.opentracing
The default implementation of the LogHandler.
DELETE - enum entry in com.datadog.android.rum.model.ErrorEvent.Method
 
DELETE - enum entry in com.datadog.android.rum.model.ResourceEvent.Method
 
depth() - function in com.datadog.opentracing.scopemanager.SimpleScope
 
depth() - function in com.datadog.opentracing.scopemanager.ContinuableScope
 
descendingIterator() - function in java.util.PendingTrace
 
DESKTOP - enum entry in com.datadog.android.rum.model.ActionEvent.DeviceType
 
DESKTOP - enum entry in com.datadog.android.rum.model.ErrorEvent.DeviceType
 
DESKTOP - enum entry in com.datadog.android.rum.model.LongTaskEvent.DeviceType
 
DESKTOP - enum entry in com.datadog.android.rum.model.ResourceEvent.DeviceType
 
DESKTOP - enum entry in com.datadog.android.rum.model.ViewEvent.DeviceType
 
DESKTOP - enum entry in com.datadog.android.v2.api.context.DeviceType
 
DeterministicSampler - class in com.datadog.trace.common.sampling
This implements the deterministic sampling algorithm used by the Datadog Agent as well as the tracers for other languages
DeviceInfo - class in com.datadog.android.v2.api.context
Provides information about device and OS.
DeviceType - class in com.datadog.android.v2.api.context
Device type.
disableInteractionTracking() - function in com.datadog.android.core.configuration.Configuration.Builder
Disable the user interaction automatic tracker.
divide(BigInteger) - function in java.math.StringCachingBigInteger
 
divideAndRemainder(BigInteger) - function in java.math.StringCachingBigInteger
 
dnsEnd(Call,String,List) - function in com.datadog.android.DatadogEventListener
 
dnsStart(Call,String) - function in com.datadog.android.DatadogEventListener
 
DOCUMENT - enum entry in com.datadog.android.rum.model.ResourceEvent.ResourceType
 
DOCUMENT - enum entry in com.datadog.android.rum.RumResourceKind
 
doSample(DDSpan) - function in com.datadog.trace.common.sampling.AllSampler
 
doubleValue() - function in java.math.StringCachingBigInteger
 
doUpdateVisitedHistory(WebView,String,Boolean) - function in android.webkit.RumWebViewClient
 
drop() - function in com.datadog.trace.api.interceptor.MutableSpan
By calling this method the span will be removed from the current active Trace withoutactually being persisted.Note: This method is meant for internal SDK usage.
drop() - function in com.datadog.opentracing.DDSpan
By calling this method the span will be removed from the current active Trace withoutactually being persisted.Note: This method is meant for internal SDK usage.
dropSpan(DDSpan) - function in com.datadog.opentracing.PendingTrace
 
A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  X  _