File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/datadog_api_client/v2/api Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-01-03 15:14:15.559193 ",
8
- "spec_repo_commit": "9c078a68 "
7
+ "regenerated": "2024-01-03 19:28:41.267857 ",
8
+ "spec_repo_commit": "b2d74fec "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-01-03 15:14:15.576525 ",
13
- "spec_repo_commit": "9c078a68 "
12
+ "regenerated": "2024-01-03 19:28:41.286788 ",
13
+ "spec_repo_commit": "b2d74fec "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -26068,8 +26068,8 @@ paths:
26068
26068
required: false
26069
26069
schema:
26070
26070
type: boolean
26071
- - description: 'Filter custom metrics that have or have not been queried in
26072
- the specified window[seconds].
26071
+ - description: '(Beta) Filter custom metrics that have or have not been queried
26072
+ in the specified window[seconds].
26073
26073
26074
26074
If no window is provided or the window is less than 2 hours, a default of
26075
26075
2 hours will be applied.'
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ def list_tag_configurations(
642
642
:param filter_include_percentiles: Filter distributions with additional percentile
643
643
aggregations enabled or disabled.
644
644
:type filter_include_percentiles: bool, optional
645
- :param filter_queried: Filter custom metrics that have or have not been queried in the specified window[seconds].
645
+ :param filter_queried: (Beta) Filter custom metrics that have or have not been queried in the specified window[seconds].
646
646
If no window is provided or the window is less than 2 hours, a default of 2 hours will be applied.
647
647
:type filter_queried: bool, optional
648
648
:param filter_tags: Filter metrics that have been submitted with the given tags. Supports boolean and wildcard expressions.
You can’t perform that action at this time.
0 commit comments