A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
D
- DaemonThreadFactory - class in com.datadog.exec
- A ThreadFactory implementation that starts all Thread as daemons.
- DATADOG - enum entry in com.datadog.trace.api.Config.PropagationStyle
- 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
- DefaultLogHandler - class in com.datadog.opentracing
- The default implementation of the LogHandler.
- depth() - function in com.datadog.opentracing.scopemanager.SimpleScope
- depth() - function in com.datadog.opentracing.scopemanager.ContinuableScope
- descendingIterator() - function in java.util.PendingTrace
- 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
- divide(BigInteger) - function in java.math.StringCachingBigInteger
- divideAndRemainder(BigInteger) - function in java.math.StringCachingBigInteger
- doSample(DDSpan) - function in com.datadog.trace.common.sampling.AllSampler
- doubleValue() - function in java.math.StringCachingBigInteger
- 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.
- 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.
- dropSpan(DDSpan) - function in com.datadog.opentracing.PendingTrace