File tree Expand file tree Collapse file tree
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff line change @@ -1930,8 +1930,7 @@ export interface MetricsApiListTagConfigurationsRequest {
19301930 */
19311931 filterIncludePercentiles ?: boolean ;
19321932 /**
1933- * (Preview) Filter custom metrics that have or have not been queried in the specified window[seconds].
1934- * If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
1933+ * (Preview) Filter custom metrics that have or have not been queried in the past 30 days.
19351934 * @type boolean
19361935 */
19371936 filterQueried ?: boolean ;
You can’t perform that action at this time.
0 commit comments