| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
PaginationIterable<Span> |
SpansApi.listSpansGetWithPagination()
Get a list of spans.
|
PaginationIterable<Span> |
SpansApi.listSpansGetWithPagination(SpansApi.ListSpansGetOptionalParameters parameters)
Get a list of spans.
|
PaginationIterable<Span> |
SpansApi.listSpansWithPagination(SpansListRequest body)
Search spans.
|
| Modifier and Type | Method and Description |
|---|---|
Span |
Span.attributes(SpansAttributes attributes) |
Span |
Span.id(String id) |
Span |
Span.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Span |
Span.type(SpansType type) |
| Modifier and Type | Method and Description |
|---|---|
List<Span> |
SpansListResponse.getData()
Array of spans matching the request.
|
| Modifier and Type | Method and Description |
|---|---|
SpansListResponse |
SpansListResponse.addDataItem(Span dataItem) |
| Modifier and Type | Method and Description |
|---|---|
SpansListResponse |
SpansListResponse.data(List<Span> data) |
void |
SpansListResponse.setData(List<Span> data) |
Copyright © 2024. All rights reserved.