| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MetricTagConfigurationResponse |
MetricsApi.createTagConfiguration(String metricName,
MetricTagConfigurationCreateRequest body)
Create a tag configuration.
|
MetricTagConfigurationResponse |
MetricsApi.listTagConfigurationByName(String metricName)
List tag configuration by name.
|
MetricTagConfigurationResponse |
MetricsApi.updateTagConfiguration(String metricName,
MetricTagConfigurationUpdateRequest body)
Update a tag configuration.
|
| Modifier and Type | Method and Description |
|---|---|
MetricTagConfigurationResponse |
MetricTagConfigurationResponse.data(MetricTagConfiguration data) |
MetricTagConfigurationResponse |
MetricTagConfigurationResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.