| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
MetricsQueryResponse |
MetricsApi.queryMetrics(Long from,
Long to,
String query)
Query timeseries points.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MetricsQueryResponse> |
MetricsApi.queryMetricsAsync(Long from,
Long to,
String query)
Query timeseries points.
|
ApiResponse<MetricsQueryResponse> |
MetricsApi.queryMetricsWithHttpInfo(Long from,
Long to,
String query)
Query timeseries points.
|
CompletableFuture<ApiResponse<MetricsQueryResponse>> |
MetricsApi.queryMetricsWithHttpInfoAsync(Long from,
Long to,
String query)
Query timeseries points.
|
| Modifier and Type | Method and Description |
|---|---|
MetricsQueryResponse |
MetricsQueryResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.