Skip to content

Commit 034e041

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ee76c66 of spec repo
1 parent 412154f commit 034e041

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11815,7 +11815,8 @@ components:
1181511815
The default option results in different behavior depending on the monitor query type.
1181611816
For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions.
1181711817
For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status.
11818-
This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
11818+
This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
11819+
It is also required for metric monitors that use `scheduling_options.custom_schedule`.
1181911820
enum:
1182011821
- "default"
1182111822
- "show_no_data"

packages/datadog-api-client-v1/models/MonitorOptions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ export class MonitorOptions {
129129
* The default option results in different behavior depending on the monitor query type.
130130
* For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions.
131131
* For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status.
132-
* This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
132+
* This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
133+
* It is also required for metric monitors that use `scheduling_options.custom_schedule`.
133134
*/
134135
"onMissingData"?: OnMissingDataOption;
135136
/**

packages/datadog-api-client-v1/models/OnMissingDataOption.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import { UnparsedObject } from "../../datadog-api-client-common/util";
1111
* The default option results in different behavior depending on the monitor query type.
1212
* For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions.
1313
* For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status.
14-
* This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
14+
* This option is available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
15+
* It is also required for metric monitors that use `scheduling_options.custom_schedule`.
1516
*/
1617

1718
export type OnMissingDataOption =

0 commit comments

Comments
 (0)