| Package | Description |
|---|---|
| com.datadog.api.client.v1.api |
| 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.
|
Copyright © 2023. All rights reserved.