Skip to content

Commit 0150cec

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 64f5e7ee of spec repo
1 parent 341bdd9 commit 0150cec

File tree

6 files changed

+61
-93
lines changed

6 files changed

+61
-93
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-05-14 14:50:03.643881",
8-
"spec_repo_commit": "90c6252d"
7+
"regenerated": "2025-05-14 15:46:38.896407",
8+
"spec_repo_commit": "64f5e7ee"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-14 14:50:12.794148",
13-
"spec_repo_commit": "90c6252d"
12+
"regenerated": "2025-05-14 15:46:48.228708",
13+
"spec_repo_commit": "64f5e7ee"
1414
}
1515
}
1616
}

content/en/api/v2/metrics/examples.json

+6-6
Large diffs are not rendered by default.

data/api/v2/full_spec.yaml

+10-42
Original file line numberDiff line numberDiff line change
@@ -21544,38 +21544,8 @@ components:
2154421544
- space
2154521545
type: object
2154621546
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.
2157921549
example:
2158021550
- space: sum
2158121551
time: sum
@@ -52458,8 +52428,7 @@ paths:
5245852428
maximum: 2147483647
5245952429
minimum: 49
5246052430
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.
5246352432
example: 1
5246452433
in: query
5246552434
name: filter[num_aggregations]
@@ -52679,17 +52648,16 @@ paths:
5267952648
description: 'Create and define a list of queryable tag keys for an existing
5268052649
count/gauge/rate/distribution metric.
5268152650

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`
5268452653

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
5268752656

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`
5269052659

52691-
Can only be used with application keys of users with the `Manage Tags for
52692-
Metrics` permission.'
52660+
permission.'
5269352661
operationId: CreateTagConfiguration
5269452662
parameters:
5269552663
- $ref: '#/components/parameters/MetricName'

0 commit comments

Comments
 (0)