| Interface | Description |
|---|---|
| Tracer |
A class with Datadog tracer features.
|
| Class | Description |
|---|---|
| ConfigDefaults | |
| CorrelationIdentifier |
Utility class to access the active trace and span ids.
|
| DD128bTraceId |
Class encapsulating the unsigned 128-bit id used for TraceIds.
|
| DD64bTraceId |
Class encapsulating the unsigned 64 bit id used for Traceids.
|
| DDSpanId |
Class with methods for working with the unsigned 64 bit id used for Span ids.
|
| DDSpanTypes | |
| DDTags | |
| DDTraceApiInfo | |
| DDTraceId |
Class encapsulating the id used for TraceIds.
|
| EventTracker | |
| 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.
|
| DoNotTrace |
Set this annotation to a method to mute tracing until its scope is closed
|
| Trace |
Set this annotation to a method so the dd-java-agent considers it for tracing.
|