| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TraceResponse |
ApmTraceApi.getTraceByID(String traceId)
Get a trace by ID.
|
TraceResponse |
ApmTraceApi.getTraceByID(String traceId,
ApmTraceApi.GetTraceByIDOptionalParameters parameters)
Get a trace by ID.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TraceResponse> |
ApmTraceApi.getTraceByIDAsync(String traceId)
Get a trace by ID.
|
CompletableFuture<TraceResponse> |
ApmTraceApi.getTraceByIDAsync(String traceId,
ApmTraceApi.GetTraceByIDOptionalParameters parameters)
Get a trace by ID.
|
ApiResponse<TraceResponse> |
ApmTraceApi.getTraceByIDWithHttpInfo(String traceId,
ApmTraceApi.GetTraceByIDOptionalParameters parameters)
Retrieve a full APM trace by its trace ID, including every span in the trace.
|
CompletableFuture<ApiResponse<TraceResponse>> |
ApmTraceApi.getTraceByIDWithHttpInfoAsync(String traceId,
ApmTraceApi.GetTraceByIDOptionalParameters parameters)
Get a trace by ID.
|
| Modifier and Type | Method and Description |
|---|---|
TraceResponse |
TraceResponse.data(TraceData data) |
TraceResponse |
TraceResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.