| 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.
|
CompletableFuture<MetricTagConfigurationResponse> |
MetricsApi.createTagConfigurationAsync(String metricName,
MetricTagConfigurationCreateRequest body)
Create a tag configuration.
|
ApiResponse<MetricTagConfigurationResponse> |
MetricsApi.createTagConfigurationWithHttpInfo(String metricName,
MetricTagConfigurationCreateRequest body)
Create and define a list of queryable tag keys for an existing count/gauge/rate/distribution
metric.
|
CompletableFuture<ApiResponse<MetricTagConfigurationResponse>> |
MetricsApi.createTagConfigurationWithHttpInfoAsync(String metricName,
MetricTagConfigurationCreateRequest body)
Create a tag configuration.
|
| Modifier and Type | Method and Description |
|---|---|
MetricTagConfigurationCreateRequest |
MetricTagConfigurationCreateRequest.data(MetricTagConfigurationCreateData data) |
MetricTagConfigurationCreateRequest |
MetricTagConfigurationCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.