| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MetricTagConfigurationResponse |
MetricsApi.updateTagConfiguration(String metricName,
MetricTagConfigurationUpdateRequest body)
Update a tag configuration.
|
CompletableFuture<MetricTagConfigurationResponse> |
MetricsApi.updateTagConfigurationAsync(String metricName,
MetricTagConfigurationUpdateRequest body)
Update a tag configuration.
|
ApiResponse<MetricTagConfigurationResponse> |
MetricsApi.updateTagConfigurationWithHttpInfo(String metricName,
MetricTagConfigurationUpdateRequest body)
Update the tag configuration of a metric or percentile aggregations of a distribution metric or
custom aggregations of a count, rate, or gauge metric.
|
CompletableFuture<ApiResponse<MetricTagConfigurationResponse>> |
MetricsApi.updateTagConfigurationWithHttpInfoAsync(String metricName,
MetricTagConfigurationUpdateRequest body)
Update a tag configuration.
|
| Modifier and Type | Method and Description |
|---|---|
MetricTagConfigurationUpdateRequest |
MetricTagConfigurationUpdateRequest.data(MetricTagConfigurationUpdateData data) |
MetricTagConfigurationUpdateRequest |
MetricTagConfigurationUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.