8000 Regenerate client from commit 2386b270 of spec repo · DataDog/documentation@6421661 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6421661

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2386b270 of spec repo
1 parent c93a373 commit 6421661

File tree

6 files changed

+61
-93
lines changed

6 files changed

+61
-93
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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-08 14:37:06.898458",
8-
"spec_repo_commit": "4b632dba"
7+
"regenerated": "2025-05-08 19:20:48.510639",
8+
"spec_repo_commit": "2386b270"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-05-08 14:37:16.408460",
13-
"spec_repo_commit": "4b632dba"
12+
"regenerated": "2025-05-08 19:20:57.542055",
13+
"spec_repo_commit": "2386b270"
1414
}
1515
}
1616
}

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

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

data/api/v2/full_spec.yaml

Lines changed: 10 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -21304,38 +21304,8 @@ components:
2130421304
- space
2130521305
type: object
2130621306
MetricCustomAggregations:
21307-
description: 'A list of queryable aggregation combinations for a count, rate,
21308-
or gauge metric.
21309-
21310-
By default, count and rate metrics require the (time: sum, space: sum) aggregation
21311-
and
21312-
21313-
Gauge metrics require the (time: avg, space: avg) aggregation.
21314-
21315-
Additional time & space combinations are also available:
21316-
21317-
21318-
- time: avg, space: avg
21319-
21320-
- time: avg, space: max
21321-
21322-
- time: avg, space: min
21323-
21324-
- time: avg, space: sum
21325-
21326-
- time: count, space: sum
21327-
21328-
- time: max, space: max
21329-
21330-
- time: min, space: min
21331-
21332-
- time: sum, space: avg
21333-
21334-
- time: sum, space: sum
21335-
21336-
21337-
Can only be applied to non_distribution metrics that have a `metric_type`
21338-
of `count`, `rate`, or `gauge`.'
21307+
description: Deprecated. You no longer need to configure specific time and space
21308+
aggregations for Metrics Without Limits.
2133921309
example:
2134021310
- space: sum
2134121311
time: sum
@@ -52363,8 +52333,7 @@ paths:
5236352333
maximum: 2147483647
5236452334
minimum: 49
5236552335
type: integer
52366-
- description: The number of aggregations that a `count`, `rate`, or `gauge`
52367-
metric is configured to use. Max number of aggregation combos is 9.
52336+
- description: Deprecated. Number of aggregations has no impact on volume.
5236852337
example: 1
5236952338
in: query
5237052339
name: filter[num_aggregations]
@@ -52584,17 +52553,16 @@ paths:
5258452553
description: 'Create and define a list of queryable tag keys for an existing
5258552554
count/gauge/rate/distribution metric.
5258652555

52587-
Optionally, include percentile aggregations on any distribution metric or
52588-
configure custom aggregations
52556+
Optionally, include percentile aggregations on any distribution metric. By
52557+
setting `exclude_tags_mode`
5258952558

52590-
on any count, rate, or gauge metric. By setting `exclude_tags_mode` to true
52591-
the behavior is changed
52559+
to true the behavior is changed from an allow-list to a deny-list, and tags
52560+
in the defined list are
5259252561

52593-
from an allow-list to a deny-list, and tags in the defined list will not be
52594-
queryable.
52562+
not queryable. Can only be used with application keys of users with the `Manage
52563+
Tags for Metrics`
5259552564

52596-
Can only be used with application keys of users with the `Manage Tags for
52597-
Metrics` permission.'
52565+
permission.'
5259852566
operationId: CreateTagConfiguration
5259952567
parameters:
5260052568
- $ref: '#/components/parameters/MetricName'

0 commit comments

Comments
 (0)
0