Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-03 15:14:14.401717",
"spec_repo_commit": "9c078a68"
"regenerated": "2024-01-03 19:28:29.514415",
"spec_repo_commit": "b2d74fec"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-03 15:14:14.420350",
"spec_repo_commit": "9c078a68"
"regenerated": "2024-01-03 19:28:29.530568",
"spec_repo_commit": "b2d74fec"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26068,8 +26068,8 @@ paths:
required: false
schema:
type: boolean
- description: 'Filter custom metrics that have or have not been queried in
the specified window[seconds].
- description: '(Beta) Filter custom metrics that have or have not been queried
in the specified window[seconds].

If no window is provided or the window is less than 2 hours, a default of
2 hours will be applied.'
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v2/apis/MetricsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ export interface MetricsApiListTagConfigurationsRequest {
*/
filterIncludePercentiles?: boolean;
/**
* Filter custom metrics that have or have not been queried in the specified window[seconds].
* (Beta) Filter custom metrics that have or have not been queried in the specified window[seconds].
* If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
* @type boolean
*/
Expand Down