A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
C
- cancelContinuation(ContinuableScope.Continuation) - function in com.datadog.opentracing.PendingTrace
- capture() - function in com.datadog.opentracing.scopemanager.ContinuableScope
- The continuation returned must be closed or activated or the trace will not finish.
- capture() - function in com.datadog.trace.context.TraceScope
- Prevent the trace attached to this TraceScope from reporting until the returned Continuationfinishes.
- clean() - function in com.datadog.opentracing.PendingTrace
- clear() - function in java.util.PendingTrace
- clearBit(int) - function in java.math.StringCachingBigInteger
- Clock - class in com.datadog.trace.common.util
- A simple wrapper for system clock that aims to provide the current time The JDK provides two clocks: one in nanoseconds, for precision, but it can only use to measure durations one in milliseconds, for accuracy, useful to provide epoch time At this time, we are using a millis precision (converted to micros) in order to guarantee consistency between the span start times and the durations
- clone() - function in java.util.PendingTrace
- close() - function in com.datadog.opentracing.DDTracer
- close() - function in io.opentracing.DDTracer
- close() - function in com.datadog.opentracing.scopemanager.SimpleScope
- close() - function in io.opentracing.SimpleScope
- close() - function in com.datadog.opentracing.scopemanager.ContinuableScope
- close() - function in io.opentracing.ContinuableScope
- close() - function in com.datadog.opentracing.scopemanager.ContinuableScope.Continuation
- close(boolean) - function in com.datadog.opentracing.scopemanager.ContinuableScope.Continuation
- Close the continuation.
- close() - function in java.io.ContinuableScope.Continuation
- close(boolean) - function in com.datadog.trace.context.ContinuableScope.Continuation
- Close the continuation.
- close() - function in com.datadog.trace.common.writer.Writer
- Indicates to the writer that no future writing will come and it should terminates allconnections and tasks
- close() - function in java.io.Writer
- close() - function in com.datadog.trace.common.writer.LoggingWriter
- Indicates to the writer that no future writing will come and it should terminates allconnections and tasks
- close() - function in java.io.LoggingWriter
- close() - function in com.datadog.trace.context.TraceScope
- Close the activated context and allow any underlying spans to finish.
- close() - function in java.io.TraceScope
- close() - function in com.datadog.trace.context.TraceScope.Continuation
- Cancel the continuation.
- close(boolean) - function in com.datadog.trace.context.TraceScope.Continuation
- Close the continuation.
- close() - function in com.datadog.opentracing.AndroidTracer
- com.datadog.android.trace - package com.datadog.android.trace
- com.datadog.android.trace.event - package com.datadog.android.trace.event
- com.datadog.android.trace.model - package com.datadog.android.trace.model
- com.datadog.android.trace.sqlite - package com.datadog.android.trace.sqlite
- com.datadog.exec - package com.datadog.exec
- com.datadog.opentracing - package com.datadog.opentracing
- com.datadog.opentracing.decorators - package com.datadog.opentracing.decorators
- com.datadog.opentracing.jfr - package com.datadog.opentracing.jfr
- com.datadog.opentracing.propagation - package com.datadog.opentracing.propagation
- com.datadog.opentracing.scopemanager - package com.datadog.opentracing.scopemanager
- com.datadog.trace.api - package com.datadog.trace.api
- com.datadog.trace.api.interceptor - package com.datadog.trace.api.interceptor
- com.datadog.trace.api.sampling - package com.datadog.trace.api.sampling
- com.datadog.trace.common.sampling - package com.datadog.trace.common.sampling
- com.datadog.trace.common.util - package com.datadog.trace.common.util
- com.datadog.trace.common.writer - package com.datadog.trace.common.writer
- com.datadog.trace.context - package com.datadog.trace.context
- CommonTaskExecutor - class in com.datadog.exec
- CommonTaskExecutor.Task - class in com.datadog.exec.CommonTaskExecutor
- compareTo(BigInteger) - function in java.math.StringCachingBigInteger
- Config - class in com.datadog.trace.api
- Config reads values with the following priority: 1) system properties, 2) environment variables, 3) optional configuration file.
- Config.PropagationStyle - class in com.datadog.trace.api.Config
- contains(Object) - function in java.util.PendingTrace
- containsAll(Collection) - function in java.util.PendingTrace
- context() - function in com.datadog.opentracing.DDSpan
- context() - function in io.opentracing.DDSpan
- ContextualScopeManager - class in com.datadog.opentracing.scopemanager
- ContinuableScope - class in com.datadog.opentracing.scopemanager
- ContinuableScope.Continuation - class in com.datadog.opentracing.scopemanager.ContinuableScope
- copyOf(Collection) - function in java.util.PendingTrace
- create(DDSpanContext) - function in com.datadog.opentracing.jfr.DDNoopScopeEventFactory
- Create new scope event for given context.
- create(DDSpanContext) - function in com.datadog.opentracing.jfr.DDScopeEventFactory
- Create new scope event for given context.
- createBuiltinDecorators() - function in com.datadog.opentracing.decorators.DDDecoratorsFactory
- createExtractor(Config,Map) - function in com.datadog.opentracing.propagation.HttpCodec
- createInjector(Config) - function in com.datadog.opentracing.propagation.HttpCodec
- currentMicroTime() - function in com.datadog.trace.common.util.Clock
- Get the current time in micros.
- currentNanoTicks() - function in com.datadog.trace.common.util.Clock
- Get the current nanos ticks, this method can't be use for date accuracy (only durationcalculations)
- currentNanoTime() - function in com.datadog.trace.common.util.Clock
- Get the current time in nanos.