public static class MetricsApi.ListTagConfigurationsOptionalParameters extends Object
| Constructor and Description |
|---|
ListTagConfigurationsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
MetricsApi.ListTagConfigurationsOptionalParameters |
filterConfigured(Boolean filterConfigured)
Set filterConfigured.
|
MetricsApi.ListTagConfigurationsOptionalParameters |
filterIncludePercentiles(Boolean filterIncludePercentiles)
Set filterIncludePercentiles.
|
MetricsApi.ListTagConfigurationsOptionalParameters |
filterMetricType(MetricTagConfigurationMetricTypes filterMetricType)
Set filterMetricType.
|
MetricsApi.ListTagConfigurationsOptionalParameters |
filterQueried(Boolean filterQueried)
Set filterQueried.
|
MetricsApi.ListTagConfigurationsOptionalParameters |
filterTags(String filterTags)
Set filterTags.
|
MetricsApi.ListTagConfigurationsOptionalParameters |
filterTagsConfigured(String filterTagsConfigured)
Set filterTagsConfigured.
|
MetricsApi.ListTagConfigurationsOptionalParameters |
windowSeconds(Long windowSeconds)
Set windowSeconds.
|
public ListTagConfigurationsOptionalParameters()
public MetricsApi.ListTagConfigurationsOptionalParameters filterConfigured(Boolean filterConfigured)
filterConfigured - Filter custom metrics that have configured tags. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterTagsConfigured(String filterTagsConfigured)
filterTagsConfigured - Filter tag configurations by configured tags. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterMetricType(MetricTagConfigurationMetricTypes filterMetricType)
filterMetricType - Filter metrics by metric type. (optional, default to "gauge")public MetricsApi.ListTagConfigurationsOptionalParameters filterIncludePercentiles(Boolean filterIncludePercentiles)
filterIncludePercentiles - Filter distributions with additional percentile aggregations
enabled or disabled. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterQueried(Boolean filterQueried)
filterQueried - (Beta) Filter custom metrics that have or have not been queried in the
specified window[seconds]. If no window is provided or the window is less than 2 hours, a
default of 2 hours will be applied. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterTags(String filterTags)
filterTags - Filter metrics that have been submitted with the given tags. Supports
boolean and wildcard expressions. Can only be combined with the filter[queried] filter.
(optional)public MetricsApi.ListTagConfigurationsOptionalParameters windowSeconds(Long windowSeconds)
windowSeconds - The number of seconds of look back (from now) to apply to a filter[tag]
or filter[queried] query. Default value is 3600 (1 hour), maximum value is 2,592,000 (30
days). (optional)Copyright © 2024. All rights reserved.