@@ -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
@@ -52687,8 +52657,7 @@ paths:
52687
52657
maximum: 2147483647
52688
52658
minimum: 49
52689
52659
type: integer
52690
- - description: The number of aggregations that a `count`, `rate`, or `gauge`
52691
- metric is configured to use. Max number of aggregation combos is 9.
52660
+ - description: Deprecated. Number of aggregations has no impact on volume.
52692
52661
example: 1
52693
52662
in: query
52694
52663
name: filter[num_aggregations]
@@ -52908,17 +52877,16 @@ paths:
52908
52877
description: 'Create and define a list of queryable tag keys for an existing
52909
52878
count/gauge/rate/distribution metric.
52910
52879
52911
- Optionally, include percentile aggregations on any distribution metric or
52912
- configure custom aggregations
52880
+ Optionally, include percentile aggregations on any distribution metric. By
52881
+ setting `exclude_tags_mode`
52913
52882
52914
- on any count, rate, or gauge metric. By setting `exclude_tags_mode` to true
52915
- the behavior is changed
52883
+ to true, the behavior is changed from an allow-list to a deny-list, and tags
52884
+ in the defined list are
52916
52885
52917
- from an allow-list to a deny-list, and tags in the defined list will not be
52918
- queryable.
52886
+ not queryable. Can only be used with application keys of users with the `Manage
52887
+ Tags for Metrics`
52919
52888
52920
- Can only be used with application keys of users with the `Manage Tags for
52921
- Metrics` permission.'
52889
+ permission.'
52922
52890
operationId: CreateTagConfiguration
52923
52891
parameters:
52924
52892
- $ref: '#/components/parameters/MetricName'
0 commit comments