Interface | Description |
---|---|
Tracer |
A class with Datadog tracer features.
|
Class | Description |
---|---|
ConfigDefaults | |
CorrelationIdentifier |
Utility class to access the active trace and span ids.
|
DDSpanId |
Class with methods for working with the unsigned 64 bit id used for Span ids.
|
DDSpanTypes | |
DDTags | |
DDTraceApiInfo | |
DDTraceId |
Class encapsulating the unsigned 64 bit id used for Traceids.
|
GlobalTracer |
A global reference to the registered Datadog tracer.
|
IdGenerationStrategy |
Strategy for generating trace ids and span ids.
|
Enum | Description |
---|---|
PropagationStyle | Deprecated |
TracePropagationStyle |
Trace propagation styles for injecting and extracting trace propagation headers.
|
Annotation Type | Description |
---|---|
DisableTestTrace |
Set this annotation to a test method so the dd-java-agent does not consider it for tracing.
|
Trace |
Set this annotation to a method so the dd-java-agent considers it for tracing.
|