| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
SpansAggregateResponse |
SpansApi.aggregateSpans(SpansAggregateRequest body)
Aggregate spans.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<SpansAggregateResponse> |
SpansApi.aggregateSpansAsync(SpansAggregateRequest body)
Aggregate spans.
|
ApiResponse<SpansAggregateResponse> |
SpansApi.aggregateSpansWithHttpInfo(SpansAggregateRequest body)
The API endpoint to aggregate spans into buckets and compute metrics and timeseries.
|
CompletableFuture<ApiResponse<SpansAggregateResponse>> |
SpansApi.aggregateSpansWithHttpInfoAsync(SpansAggregateRequest body)
Aggregate spans.
|
| Modifier and Type | Method and Description |
|---|---|
SpansAggregateResponse |
SpansAggregateResponse.addDataItem(SpansAggregateBucket dataItem) |
SpansAggregateResponse |
SpansAggregateResponse.data(List<SpansAggregateBucket> data) |
SpansAggregateResponse |
SpansAggregateResponse.meta(SpansAggregateResponseMetadata meta) |
SpansAggregateResponse |
SpansAggregateResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.