@@ -21171,38 +21171,8 @@ components:
2117121171 - space
2117221172 type: object
2117321173 MetricCustomAggregations:
21174- description: 'A list of queryable aggregation combinations for a count, rate,
21175- or gauge metric.
21176-
21177- By default, count and rate metrics require the (time: sum, space: sum) aggregation
21178- and
21179-
21180- Gauge metrics require the (time: avg, space: avg) aggregation.
21181-
21182- Additional time & space combinations are also available:
21183-
21184-
21185- - time: avg, space: avg
21186-
21187- - time: avg, space: max
21188-
21189- - time: avg, space: min
21190-
21191- - time: avg, space: sum
21192-
21193- - time: count, space: sum
21194-
21195- - time: max, space: max
21196-
21197- - time: min, space: min
21198-
21199- - time: sum, space: avg
21200-
21201- - time: sum, space: sum
21202-
21203-
21204- Can only be applied to non_distribution metrics that have a `metric_type`
21205- of `count`, `rate`, or `gauge`.'
21174+ description: Deprecated. You no longer need to configure specific time and space
21175+ aggregations for Metrics Without Limits.
2120621176 example:
2120721177 - space: sum
2120821178 time: sum
@@ -50186,8 +50156,7 @@ paths:
5018650156 maximum: 2147483647
5018750157 minimum: 49
5018850158 type: integer
50189- - description: The number of aggregations that a `count`, `rate`, or `gauge`
50190- metric is configured to use. Max number of aggregation combos is 9.
50159+ - description: Deprecated. Number of aggregations has no impact on volume.
5019150160 example: 1
5019250161 in: query
5019350162 name: filter[num_aggregations]
@@ -50395,17 +50364,16 @@ paths:
5039550364 description: 'Create and define a list of queryable tag keys for an existing
5039650365 count/gauge/rate/distribution metric.
5039750366
50398- Optionally, include percentile aggregations on any distribution metric or
50399- configure custom aggregations
50367+ Optionally, include percentile aggregations on any distribution metric. By
50368+ setting `exclude_tags_mode`
5040050369
50401- on any count, rate, or gauge metric. By setting `exclude_tags_mode` to true
50402- the behavior is changed
50370+ to true, the behavior is changed from an allow-list to a deny-list, and tags
50371+ in the defined list are
5040350372
50404- from an allow-list to a deny-list, and tags in the defined list will not be
50405- queryable.
50373+ not queryable. Can only be used with application keys of users with the `Manage
50374+ Tags for Metrics`
5040650375
50407- Can only be used with application keys of users with the `Manage Tags for
50408- Metrics` permission.'
50376+ permission.'
5040950377 operationId: CreateTagConfiguration
5041050378 parameters:
5041150379 - $ref: '#/components/parameters/MetricName'
0 commit comments