| Package | Description |
|---|---|
| com.datadog.api.client.v1.api | |
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
MetricSearchResponse |
MetricsApi.listMetrics(String q)
Search metrics.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MetricSearchResponse> |
MetricsApi.listMetricsAsync(String q)
Search metrics.
|
ApiResponse<MetricSearchResponse> |
MetricsApi.listMetricsWithHttpInfo(String q)
Search for metrics from the last 24 hours in Datadog.
|
CompletableFuture<ApiResponse<MetricSearchResponse>> |
MetricsApi.listMetricsWithHttpInfoAsync(String q)
Search metrics.
|
| Modifier and Type | Method and Description |
|---|---|
MetricSearchResponse |
MetricSearchResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
MetricSearchResponse |
MetricSearchResponse.results(MetricSearchResponseResults results) |
Copyright © 2024. All rights reserved.