Skip to content

Commit e7b437e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit bf6f01a6 of spec repo
1 parent 50718ef commit e7b437e

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-09 19:44:55.400770",
8-
"spec_repo_commit": "c7bad6f6"
7+
"regenerated": "2025-05-12 17:46:04.603455",
8+
"spec_repo_commit": "bf6f01a6"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-09 19:45:04.426942",
13-
"spec_repo_commit": "c7bad6f6"
12+
"regenerated": "2025-05-12 17:46:13.899291",
13+
"spec_repo_commit": "bf6f01a6"
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
@@ -21518,38 +21518,8 @@ components:
2151821518
- space
2151921519
type: object
2152021520
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.
2155321523
example:
2155421524
- space: sum
2155521525
time: sum
@@ -52464,8 +52434,7 @@ paths:
5246452434
maximum: 2147483647
5246552435
minimum: 49
5246652436
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.
5246952438
example: 1
5247052439
in: query
5247152440
name: filter[num_aggregations]
@@ -52685,17 +52654,16 @@ paths:
5268552654
description: 'Create and define a list of queryable tag keys for an existing
5268652655
count/gauge/rate/distribution metric.
5268752656

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

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
5269352662

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

52697-
Can only be used with application keys of users with the `Manage Tags for
52698-
Metrics` permission.'
52666+
permission.'
5269952667
operationId: CreateTagConfiguration
5270052668
parameters:
5270152669
- $ref: '#/components/parameters/MetricName'

0 commit comments

Comments
 (0)