Skip to content

Commit 547c21f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update v2 API spec to reflect default AWS metric collection behavior (#3052)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 1e6b071 commit 547c21f

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "55aea96",
3-
"generated": "2025-08-25 15:35:31.393"
2+
"spec_repo_commit": "e22129c",
3+
"generated": "2025-08-25 17:49:02.723"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,20 +1764,21 @@ components:
17641764
- $ref: '#/components/schemas/AWSNamespaceFiltersIncludeOnly'
17651765
AWSNamespaceFiltersExcludeOnly:
17661766
description: 'Exclude only these namespaces from metrics collection. Defaults
1767-
to `["AWS/SQS", "AWS/ElasticMapReduce"]`.
1767+
to `["AWS/SQS", "AWS/ElasticMapReduce", "AWS/Usage"]`.
17681768

1769-
`AWS/SQS` and `AWS/ElasticMapReduce` are excluded by default to reduce your
1770-
AWS CloudWatch costs from `GetMetricData` API calls.'
1769+
`AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage` are excluded by default
1770+
to reduce your AWS CloudWatch costs from `GetMetricData` API calls.'
17711771
properties:
17721772
exclude_only:
17731773
description: 'Exclude only these namespaces from metrics collection. Defaults
1774-
to `["AWS/SQS", "AWS/ElasticMapReduce"]`.
1774+
to `["AWS/SQS", "AWS/ElasticMapReduce", "AWS/Usage"]`.
17751775

1776-
`AWS/SQS` and `AWS/ElasticMapReduce` are excluded by default to reduce
1777-
your AWS CloudWatch costs from `GetMetricData` API calls.'
1776+
`AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage` are excluded by default
1777+
to reduce your AWS CloudWatch costs from `GetMetricData` API calls.'
17781778
example:
17791779
- AWS/SQS
17801780
- AWS/ElasticMapReduce
1781+
- AWS/Usage
17811782
items:
17821783
example: AWS/SQS
17831784
type: string

src/main/java/com/datadog/api/client/v2/model/AWSNamespaceFiltersExcludeOnly.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
/**
2323
* Exclude only these namespaces from metrics collection. Defaults to <code>
24-
* ["AWS/SQS", "AWS/ElasticMapReduce"]</code>. <code>AWS/SQS</code> and <code>AWS/ElasticMapReduce
25-
* </code> are excluded by default to reduce your AWS CloudWatch costs from <code>GetMetricData
26-
* </code> API calls.
24+
* ["AWS/SQS", "AWS/ElasticMapReduce", "AWS/Usage"]</code>. <code>AWS/SQS</code>, <code>
25+
* AWS/ElasticMapReduce</code>, and <code>AWS/Usage</code> are excluded by default to reduce your
26+
* AWS CloudWatch costs from <code>GetMetricData</code> API calls.
2727
*/
2828
@JsonPropertyOrder({AWSNamespaceFiltersExcludeOnly.JSON_PROPERTY_EXCLUDE_ONLY})
2929
@jakarta.annotation.Generated(
@@ -53,9 +53,9 @@ public AWSNamespaceFiltersExcludeOnly addExcludeOnlyItem(String excludeOnlyItem)
5353

5454
/**
5555
* Exclude only these namespaces from metrics collection. Defaults to <code>
56-
* ["AWS/SQS", "AWS/ElasticMapReduce"]</code>. <code>AWS/SQS</code> and <code>AWS/ElasticMapReduce
57-
* </code> are excluded by default to reduce your AWS CloudWatch costs from <code>GetMetricData
58-
* </code> API calls.
56+
* ["AWS/SQS", "AWS/ElasticMapReduce", "AWS/Usage"]</code>. <code>AWS/SQS</code>, <code>
57+
* AWS/ElasticMapReduce</code>, and <code>AWS/Usage</code> are excluded by default to reduce your
58+
* AWS CloudWatch costs from <code>GetMetricData</code> API calls.
5959
*
6060
* @return excludeOnly
6161
*/

0 commit comments

Comments
 (0)