public static class MetricsApi.ListTagConfigurationsOptionalParameters extends Object
| Constructor and Description |
|---|
ListTagConfigurationsOptionalParameters() |
public ListTagConfigurationsOptionalParameters()
public MetricsApi.ListTagConfigurationsOptionalParameters filterConfigured(Boolean filterConfigured)
filterConfigured - Only return custom metrics that have been configured with Metrics
Without Limits. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterTagsConfigured(String filterTagsConfigured)
filterTagsConfigured - Only return metrics that have the given tag key(s) in their
Metrics Without Limits configuration (included or excluded). (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterMetricType(MetricTagConfigurationMetricTypeCategory filterMetricType)
filterMetricType - Only return metrics of the given metric type. (optional, default to
"distribution")public MetricsApi.ListTagConfigurationsOptionalParameters filterIncludePercentiles(Boolean filterIncludePercentiles)
filterIncludePercentiles - Only return distribution metrics that have percentile
aggregations enabled (true) or disabled (false). (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterQueried(Boolean filterQueried)
filterQueried - Only return metrics that have been queried (true) or not queried (false)
in the look back window. Set the window with filter[queried][window][seconds]
; if omitted, a default window is used. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterQueriedWindowSeconds(Long filterQueriedWindowSeconds)
filterQueriedWindowSeconds - This parameter has no effect unless filter[queried]
is also set. Only return metrics that have been queried or not queried in the
specified window. The default value is 2,592,000 seconds (30 days), the maximum value is
15,552,000 seconds (180 days), and the minimum value is 1 second. For example:
filter[queried]=true&filter[queried][window][seconds]=604800. (optional,
default to 2592000)public MetricsApi.ListTagConfigurationsOptionalParameters filterTags(String filterTags)
filterTags - Only return metrics that were submitted with tags matching this expression.
You can use AND, OR, IN, and wildcards. For example:
filter[tags]=env IN (staging,test) AND service:web*. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters filterRelatedAssets(Boolean filterRelatedAssets)
filterRelatedAssets - Only return metrics that are used in at least one dashboard,
monitor, notebook, or SLO. (optional)public MetricsApi.ListTagConfigurationsOptionalParameters windowSeconds(Long windowSeconds)
windowSeconds - Only return metrics that have been actively reporting in the specified
window. The default value is 3600 seconds (1 hour), the maximum value is 2,592,000
seconds (30 days), and the minimum value is 1 second. (optional, default to 3600)public MetricsApi.ListTagConfigurationsOptionalParameters pageSize(Integer pageSize)
pageSize - Maximum number of results per page. Send page[size] on the first
request to opt in to pagination. On each subsequent request, send page[cursor]
set to the value of meta.pagination.next_cursor from the previous
response. The default value is 10000, the maximum value is 10000, and the minimum value
is 1. (optional, default to 10000)public MetricsApi.ListTagConfigurationsOptionalParameters pageCursor(String pageCursor)
pageCursor - Cursor for pagination. Use page[size] to opt-in to pagination
and get the first page; for subsequent pages, use the value from
meta.pagination.next_cursor in the response. Pagination is complete when
next_cursor is null. (optional)Copyright © 2026. All rights reserved.