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.
|
CompletableFuture<MetricTagConfigurationResponse> |
MetricsApi.listTagConfigurationByNameAsync(String metricName)
List tag configuration by name.
|
ApiResponse<MetricTagConfigurationResponse> |
MetricsApi.listTagConfigurationByNameWithHttpInfo(String metricName)
Returns the tag configuration for the given metric name.
|
CompletableFuture<ApiResponse<MetricTagConfigurationResponse>> |
MetricsApi.listTagConfigurationByNameWithHttpInfoAsync(String metricName)
List tag configuration by name.
|
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.
|