@@ -21304,38 +21304,8 @@ components:
21304
21304
- space
21305
21305
type: object
21306
21306
MetricCustomAggregations:
21307
- description: 'A list of queryable aggregation combinations for a count, rate,
21308
- or gauge metric.
21309
-
21310
- By default, count and rate metrics require the (time: sum, space: sum) aggregation
21311
- and
21312
-
21313
- Gauge metrics require the (time: avg, space: avg) aggregation.
21314
-
21315
- Additional time & space combinations are also available:
21316
-
21317
-
21318
- - time: avg, space: avg
21319
-
21320
- - time: avg, space: max
21321
-
21322
- - time: avg, space: min
21323
-
21324
- - time: avg, space: sum
21325
-
21326
- - time: count, space: sum
21327
-
21328
- - time: max, space: max
21329
-
21330
- - time: min, space: min
21331
-
21332
- - time: sum, space: avg
21333
-
21334
- - time: sum, space: sum
21335
-
21336
-
21337
- Can only be applied to non_distribution metrics that have a `metric_type`
21338
- of `count`, `rate`, or `gauge`.'
21307
+ description: Deprecated. You no longer need to configure specific time and space
21308
+ aggregations for Metrics Without Limits.
21339
21309
example:
21340
21310
- space: sum
21341
21311
time: sum
@@ -52363,8 +52333,7 @@ paths:
52363
52333
maximum: 2147483647
52364
52334
minimum: 49
52365
52335
type: integer
52366
- - description: The number of aggregations that a `count`, `rate`, or `gauge`
52367
- metric is configured to use. Max number of aggregation combos is 9.
52336
+ - description: Deprecated. Number of aggregations has no impact on volume.
52368
52337
example: 1
52369
52338
in: query
52370
52339
name: filter[num_aggregations]
@@ -52584,17 +52553,16 @@ paths:
52584
52553
description: 'Create and define a list of queryable tag keys for an existing
52585
52554
count/gauge/rate/distribution metric.
52586
52555
52587
- Optionally, include percentile aggregations on any distribution metric or
52588
- configure custom aggregations
52556
+ Optionally, include percentile aggregations on any distribution metric. By
52557
+ setting `exclude_tags_mode`
52589
52558
52590
- on any count, rate, or gauge metric. By setting `exclude_tags_mode` to true
52591
- the behavior is changed
52559
+ to true the behavior is changed from an allow-list to a deny-list, and tags
52560
+ in the defined list are
52592
52561
52593
- from an allow-list to a deny-list, and tags in the defined list will not be
52594
- queryable.
52562
+ not queryable. Can only be used with application keys of users with the `Manage
52563
+ Tags for Metrics`
52595
52564
52596
- Can only be used with application keys of users with the `Manage Tags for
52597
- Metrics` permission.'
52565
+ permission.'
52598
52566
operationId: CreateTagConfiguration
52599
52567
parameters:
52600
52568
- $ref: '#/components/parameters/MetricName'
0 commit comments