@@ -21620,38 +21620,8 @@ components:
21620
21620
- space
21621
21621
type: object
21622
21622
MetricCustomAggregations:
21623
- description: 'A list of queryable aggregation combinations for a count, rate,
21624
- or gauge metric.
21625
-
21626
- By default, count and rate metrics require the (time: sum, space: sum) aggregation
21627
- and
21628
-
21629
- Gauge metrics require the (time: avg, space: avg) aggregation.
21630
-
21631
- Additional time & space combinations are also available:
21632
-
21633
-
21634
- - time: avg, space: avg
21635
-
21636
- - time: avg, space: max
21637
-
21638
- - time: avg, space: min
21639
-
21640
- - time: avg, space: sum
21641
-
21642
- - time: count, space: sum
21643
-
21644
- - time: max, space: max
21645
-
21646
- - time: min, space: min
21647
-
21648
- - time: sum, space: avg
21649
-
21650
- - time: sum, space: sum
21651
-
21652
-
21653
- Can only be applied to non_distribution metrics that have a `metric_type`
21654
- of `count`, `rate`, or `gauge`.'
21623
+ description: Deprecated. You no longer need to configure specific time and space
21624
+ aggregations for Metrics Without Limits.
21655
21625
example:
21656
21626
- space: sum
21657
21627
time: sum
@@ -52578,8 +52548,7 @@ paths:
52578
52548
maximum: 2147483647
52579
52549
minimum: 49
52580
52550
type: integer
52581
- - description: The number of aggregations that a `count`, `rate`, or `gauge`
52582
- metric is configured to use. Max number of aggregation combos is 9.
52551
+ - description: Deprecated. Number of aggregations has no impact on volume.
52583
52552
example: 1
52584
52553
in: query
52585
52554
name: filter[num_aggregations]
@@ -52799,17 +52768,16 @@ paths:
52799
52768
description: 'Create and define a list of queryable tag keys for an existing
52800
52769
count/gauge/rate/distribution metric.
52801
52770
52802
- Optionally, include percentile aggregations on any distribution metric or
52803
- configure custom aggregations
52771
+ Optionally, include percentile aggregations on any distribution metric. By
52772
+ setting `exclude_tags_mode`
52804
52773
52805
- on any count, rate, or gauge metric. By setting `exclude_tags_mode` to true
52806
- the behavior is changed
52774
+ to true, the behavior is changed from an allow-list to a deny-list, and tags
52775
+ in the defined list are
52807
52776
52808
- from an allow-list to a deny-list, and tags in the defined list will not be
52809
- queryable.
52777
+ not queryable. Can only be used with application keys of users with the `Manage
52778
+ Tags for Metrics`
52810
52779
52811
- Can only be used with application keys of users with the `Manage Tags for
52812
- Metrics` permission.'
52780
+ permission.'
52813
52781
operationId: CreateTagConfiguration
52814
52782
parameters:
52815
52783
- $ref: '#/components/parameters/MetricName'
0 commit comments