Skip to content

Commit 1d72058

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e1e67881 of spec repo
1 parent 3a9e682 commit 1d72058

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-12 09:42:28.753447",
8-
"spec_repo_commit": "c4d0aeef"
7+
"regenerated": "2025-05-12 19:19:38.434102",
8+
"spec_repo_commit": "e1e67881"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-12 09:42:37.966855",
13-
"spec_repo_commit": "c4d0aeef"
12+
"regenerated": "2025-05-12 19:19:47.598979",
13+
"spec_repo_commit": "e1e67881"
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
@@ -21620,38 +21620,8 @@ components:
2162021620
- space
2162121621
type: object
2162221622
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.
2165521625
example:
2165621626
- space: sum
2165721627
time: sum
@@ -52578,8 +52548,7 @@ paths:
5257852548
maximum: 2147483647
5257952549
minimum: 49
5258052550
type: integer
52581-
- description: The number of aggregations that a `count`, `rate`, or `gauge`
52582-
metric is configured to use. Max number of aggregation combos is 9.
52551+
- description: Deprecated. Number of aggregations has no impact on volume.
5258352552
example: 1
5258452553
in: query
5258552554
name: filter[num_aggregations]
@@ -52799,17 +52768,16 @@ paths:
5279952768
description: 'Create and define a list of queryable tag keys for an existing
5280052769
count/gauge/rate/distribution metric.
5280152770

52802-
Optionally, include percentile aggregations on any distribution metric or
52803-
configure custom aggregations
52771+
Optionally, include percentile aggregations on any distribution metric. By
52772+
setting `exclude_tags_mode`
5280452773

52805-
on any count, rate, or gauge metric. By setting `exclude_tags_mode` to true
52806-
the behavior is changed
52774+
to true, the behavior is changed from an allow-list to a deny-list, and tags
52775+
in the defined list are
5280752776

52808-
from an allow-list to a deny-list, and tags in the defined list will not be
52809-
queryable.
52777+
not queryable. Can only be used with application keys of users with the `Manage
52778+
Tags for Metrics`
5281052779

52811-
Can only be used with application keys of users with the `Manage Tags for
52812-
Metrics` permission.'
52780+
permission.'
5281352781
operationId: CreateTagConfiguration
5281452782
parameters:
5281552783
- $ref: '#/components/parameters/MetricName'

0 commit comments

Comments
 (0)