Skip to content

Commit 4f580d0

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Fix incorrect documentation description for filter[queried] field in api/v2/metrics endpoint (#3285)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent e4f1fe6 commit 4f580d0

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75877,11 +75877,8 @@ paths:
7587775877
required: false
7587875878
schema:
7587975879
type: boolean
75880-
- description: '(Preview) Filter custom metrics that have or have not been queried
75881-
in the specified window[seconds].
75882-
75883-
If no window is provided or the window is less than 2 hours, a default of
75884-
2 hours will be applied.'
75880+
- description: (Preview) Filter custom metrics that have or have not been queried
75881+
in the past 30 days.
7588575882
example: true
7588675883
in: query
7588775884
name: filter[queried]

services/metrics/src/v2/MetricsApi.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2062,8 +2062,7 @@ export interface MetricsApiListTagConfigurationsRequest {
20622062
*/
20632063
filterIncludePercentiles?: boolean;
20642064
/**
2065-
* (Preview) Filter custom metrics that have or have not been queried in the specified window[seconds].
2066-
* If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
2065+
* (Preview) Filter custom metrics that have or have not been queried in the past 30 days.
20672066
* @type boolean
20682067
*/
20692068
filterQueried?: boolean;

0 commit comments

Comments
 (0)