| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
MetricBulkTagConfigResponse |
MetricsApi.createBulkTagsMetricsConfiguration(MetricBulkTagConfigCreateRequest body)
Configure tags for multiple metrics.
|
CompletableFuture<MetricBulkTagConfigResponse> |
MetricsApi.createBulkTagsMetricsConfigurationAsync(MetricBulkTagConfigCreateRequest body)
Configure tags for multiple metrics.
|
ApiResponse<MetricBulkTagConfigResponse> |
MetricsApi.createBulkTagsMetricsConfigurationWithHttpInfo(MetricBulkTagConfigCreateRequest body)
Create and define a list of queryable tag keys for a set of existing count, gauge, rate, and
distribution metrics.
|
CompletableFuture<ApiResponse<MetricBulkTagConfigResponse>> |
MetricsApi.createBulkTagsMetricsConfigurationWithHttpInfoAsync(MetricBulkTagConfigCreateRequest body)
Configure tags for multiple metrics.
|
| Modifier and Type | Method and Description |
|---|---|
MetricBulkTagConfigCreateRequest |
MetricBulkTagConfigCreateRequest.data(MetricBulkTagConfigCreate data) |
MetricBulkTagConfigCreateRequest |
MetricBulkTagConfigCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.