File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -86918,8 +86918,11 @@ paths:
8691886918 required: false
8691986919 schema:
8692086920 type: boolean
86921- - description: (Preview) Filter custom metrics that have or have not been queried
86922- in the past 30 days.
86921+ - description: '(Preview) Filter custom metrics that have or have not been queried
86922+ in the specified window[seconds].
86923+
86924+ If no window is provided or the window is less than 2 hours, a default of
86925+ 2 hours will be applied.'
8692386926 example: true
8692486927 in: query
8692586928 name: filter[queried]
Original file line number Diff line number Diff line change @@ -1980,7 +1980,8 @@ export interface MetricsApiListTagConfigurationsRequest {
19801980 */
19811981 filterIncludePercentiles ?: boolean ;
19821982 /**
1983- * (Preview) Filter custom metrics that have or have not been queried in the past 30 days.
1983+ * (Preview) Filter custom metrics that have or have not been queried in the specified window[seconds].
1984+ * If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
19841985 * @type boolean
19851986 */
19861987 filterQueried ?: boolean ;
You can’t perform that action at this time.
0 commit comments