File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/datadog_api_client/v1/model Expand file tree Collapse file tree 3 files changed +7
-6
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-03-15 14:24:50.345005 ",
8
- "spec_repo_commit": "95184165 "
7
+ "regenerated": "2024-03-18 14:38:44.270297 ",
8
+ "spec_repo_commit": "0dc03d11 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-03-15 14:24:50.377027 ",
13
- "spec_repo_commit": "95184165 "
12
+ "regenerated": "2024-03-18 14:38:44.286564 ",
13
+ "spec_repo_commit": "0dc03d11 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -7073,7 +7073,7 @@ components:
7073
7073
description: "A Boolean indicating whether this monitor needs a full window
7074
7074
of data before it\u2019s evaluated.\nWe highly recommend you set this
7075
7075
to `false` for sparse metrics,\notherwise some evaluations are skipped.
7076
- Default is false."
7076
+ Default is false. This setting only applies to\nmetric monitors. "
7077
7077
type: boolean
7078
7078
scheduling_options:
7079
7079
$ref: '#/components/schemas/MonitorOptionsSchedulingOptions'
Original file line number Diff line number Diff line change @@ -279,7 +279,8 @@ def __init__(
279
279
280
280
:param require_full_window: A Boolean indicating whether this monitor needs a full window of data before it’s evaluated.
281
281
We highly recommend you set this to ``false`` for sparse metrics,
282
- otherwise some evaluations are skipped. Default is false.
282
+ otherwise some evaluations are skipped. Default is false. This setting only applies to
283
+ metric monitors.
283
284
:type require_full_window: bool, optional
284
285
285
286
:param scheduling_options: Configuration options for scheduling.
You can’t perform that action at this time.
0 commit comments