Skip to content

Commit 620d6c1

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c347d76e of spec repo
1 parent d613f4f commit 620d6c1

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-13 01:21:37.991041",
8-
"spec_repo_commit": "dc3b522f"
7+
"regenerated": "2025-05-13 13:54:17.645161",
8+
"spec_repo_commit": "c347d76e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-13 01:21:46.854800",
13-
"spec_repo_commit": "dc3b522f"
12+
"regenerated": "2025-05-13 13:54:26.663297",
13+
"spec_repo_commit": "c347d76e"
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
@@ -52687,8 +52657,7 @@ paths:
5268752657
maximum: 2147483647
5268852658
minimum: 49
5268952659
type: integer
52690-
- description: The number of aggregations that a `count`, `rate`, or `gauge`
52691-
metric is configured to use. Max number of aggregation combos is 9.
52660+
- description: Deprecated. Number of aggregations has no impact on volume.
5269252661
example: 1
5269352662
in: query
5269452663
name: filter[num_aggregations]
@@ -52908,17 +52877,16 @@ paths:
5290852877
description: 'Create and define a list of queryable tag keys for an existing
5290952878
count/gauge/rate/distribution metric.
5291052879

52911-
Optionally, include percentile aggregations on any distribution metric or
52912-
configure custom aggregations
52880+
Optionally, include percentile aggregations on any distribution metric. By
52881+
setting `exclude_tags_mode`
5291352882

52914-
on any count, rate, or gauge metric. By setting `exclude_tags_mode` to true
52915-
the behavior is changed
52883+
to true, the behavior is changed from an allow-list to a deny-list, and tags
52884+
in the defined list are
5291652885

52917-
from an allow-list to a deny-list, and tags in the defined list will not be
52918-
queryable.
52886+
not queryable. Can only be used with application keys of users with the `Manage
52887+
Tags for Metrics`
5291952888

52920-
Can only be used with application keys of users with the `Manage Tags for
52921-
Metrics` permission.'
52889+
permission.'
5292252890
operationId: CreateTagConfiguration
5292352891
parameters:
5292452892
- $ref: '#/components/parameters/MetricName'

0 commit comments

Comments
 (0)