| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MetricAssetsResponse |
MetricsApi.listMetricAssets(String metricName)
Related Assets to a Metric.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<MetricAssetsResponse> |
MetricsApi.listMetricAssetsAsync(String metricName)
Related Assets to a Metric.
|
ApiResponse<MetricAssetsResponse> |
MetricsApi.listMetricAssetsWithHttpInfo(String metricName)
Returns dashboards, monitors, notebooks, and SLOs that a metric is stored in, if any.
|
CompletableFuture<ApiResponse<MetricAssetsResponse>> |
MetricsApi.listMetricAssetsWithHttpInfoAsync(String metricName)
Related Assets to a Metric.
|
| Modifier and Type | Method and Description |
|---|---|
MetricAssetsResponse |
MetricAssetsResponse.addIncludedItem(MetricAssetResponseIncluded includedItem) |
MetricAssetsResponse |
MetricAssetsResponse.data(MetricAssetResponseData data) |
MetricAssetsResponse |
MetricAssetsResponse.included(List<MetricAssetResponseIncluded> included) |
MetricAssetsResponse |
MetricAssetsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.