@@ -21544,38 +21544,8 @@ components:
21544
21544
- space
21545
21545
type: object
21546
21546
MetricCustomAggregations:
21547
- description: 'A list of queryable aggregation combinations for a count, rate,
21548
- or gauge metric.
21549
-
21550
- By default, count and rate metrics require the (time: sum, space: sum) aggregation
21551
- and
21552
-
21553
- Gauge metrics require the (time: avg, space: avg) aggregation.
21554
-
21555
- Additional time & space combinations are also available:
21556
-
21557
-
21558
- - time: avg, space: avg
21559
-
21560
- - time: avg, space: max
21561
-
21562
- - time: avg, space: min
21563
-
21564
- - time: avg, space: sum
21565
-
21566
- - time: count, space: sum
21567
-
21568
- - time: max, space: max
21569
-
21570
- - time: min, space: min
21571
-
21572
- - time: sum, space: avg
21573
-
21574
- - time: sum, space: sum
21575
-
21576
-
21577
- Can only be applied to non_distribution metrics that have a `metric_type`
21578
- of `count`, `rate`, or `gauge`.'
21547
+ description: Deprecated. You no longer need to configure specific time and space
21548
+ aggregations for Metrics Without Limits.
21579
21549
example:
21580
21550
- space: sum
21581
21551
time: sum
@@ -52458,8 +52428,7 @@ paths:
52458
52428
maximum: 2147483647
52459
52429
minimum: 49
52460
52430
type: integer
52461
- - description: The number of aggregations that a `count`, `rate`, or `gauge`
52462
- metric is configured to use. Max number of aggregation combos is 9.
52431
+ - description: Deprecated. Number of aggregations has no impact on volume.
52463
52432
example: 1
52464
52433
in: query
52465
52434
name: filter[num_aggregations]
@@ -52679,17 +52648,16 @@ paths:
52679
52648
description: 'Create and define a list of queryable tag keys for an existing
52680
52649
count/gauge/rate/distribution metric.
52681
52650
52682
- Optionally, include percentile aggregations on any distribution metric or
52683
- configure custom aggregations
52651
+ Optionally, include percentile aggregations on any distribution metric. By
52652
+ setting `exclude_tags_mode`
52684
52653
52685
- on any count, rate, or gauge metric. By setting `exclude_tags_mode` to true
52686
- the behavior is changed
52654
+ to true, the behavior is changed from an allow-list to a deny-list, and tags
52655
+ in the defined list are
52687
52656
52688
- from an allow-list to a deny-list, and tags in the defined list will not be
52689
- queryable.
52657
+ not queryable. Can only be used with application keys of users with the `Manage
52658
+ Tags for Metrics`
52690
52659
52691
- Can only be used with application keys of users with the `Manage Tags for
52692
- Metrics` permission.'
52660
+ permission.'
52693
52661
operationId: CreateTagConfiguration
52694
52662
parameters:
52695
52663
- $ref: '#/components/parameters/MetricName'
0 commit comments