@@ -21518,38 +21518,8 @@ components:
21518
21518
- space
21519
21519
type: object
21520
21520
MetricCustomAggregations:
21521
- description: 'A list of queryable aggregation combinations for a count, rate,
21522
- or gauge metric.
21523
-
21524
- By default, count and rate metrics require the (time: sum, space: sum) aggregation
21525
- and
21526
-
21527
- Gauge metrics require the (time: avg, space: avg) aggregation.
21528
-
21529
- Additional time & space combinations are also available:
21530
-
21531
-
21532
- - time: avg, space: avg
21533
-
21534
- - time: avg, space: max
21535
-
21536
- - time: avg, space: min
21537
-
21538
- - time: avg, space: sum
21539
-
21540
- - time: count, space: sum
21541
-
21542
- - time: max, space: max
21543
-
21544
- - time: min, space: min
21545
-
21546
- - time: sum, space: avg
21547
-
21548
- - time: sum, space: sum
21549
-
21550
-
21551
- Can only be applied to non_distribution metrics that have a `metric_type`
21552
- of `count`, `rate`, or `gauge`.'
21521
+ description: Deprecated. You no longer need to configure specific time and space
21522
+ aggregations for Metrics Without Limits.
21553
21523
example:
21554
21524
- space: sum
21555
21525
time: sum
@@ -52464,8 +52434,7 @@ paths:
52464
52434
maximum: 2147483647
52465
52435
minimum: 49
52466
52436
type: integer
52467
- - description: The number of aggregations that a `count`, `rate`, or `gauge`
52468
- metric is configured to use. Max number of aggregation combos is 9.
52437
+ - description: Deprecated. Number of aggregations has no impact on volume.
52469
52438
example: 1
52470
52439
in: query
52471
52440
name: filter[num_aggregations]
@@ -52685,17 +52654,16 @@ paths:
52685
52654
description: 'Create and define a list of queryable tag keys for an existing
52686
52655
count/gauge/rate/distribution metric.
52687
52656
52688
- Optionally, include percentile aggregations on any distribution metric or
52689
- configure custom aggregations
52657
+ Optionally, include percentile aggregations on any distribution metric. By
52658
+ setting `exclude_tags_mode`
52690
52659
52691
- on any count, rate, or gauge metric. By setting `exclude_tags_mode` to true
52692
- the behavior is changed
52660
+ to true the behavior is changed from an allow-list to a deny-list, and tags
52661
+ in the defined list are
52693
52662
52694
- from an allow-list to a deny-list, and tags in the defined list will not be
52695
- queryable.
52663
+ not queryable. Can only be used with application keys of users with the `Manage
52664
+ Tags for Metrics`
52696
52665
52697
- Can only be used with application keys of users with the `Manage Tags for
52698
- Metrics` permission.'
52666
+ permission.'
52699
52667
operationId: CreateTagConfiguration
52700
52668
parameters:
52701
52669
- $ref: '#/components/parameters/MetricName'
0 commit comments