Skip to content

Commit 9addc88

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 95ec6eee of spec repo (#808)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 4443de6 commit 9addc88

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.4",
7-
"regenerated": "2022-08-24 10:11:47.087945",
8-
"spec_repo_commit": "c6ece364"
7+
"regenerated": "2022-08-25 00:21:06.024294",
8+
"spec_repo_commit": "95ec6eee"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-08-24 10:11:47.100456",
13-
"spec_repo_commit": "c6ece364"
12+
"regenerated": "2022-08-25 00:21:06.040534",
13+
"spec_repo_commit": "95ec6eee"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7951,8 +7951,8 @@ components:
79517951
For monitors using Count queries, an empty monitor evaluation is treated as
79527952
0 and is compared to the threshold conditions.
79537953

7954-
For monitor using any query type other than Count, for example Gauge or Rate,
7955-
the monitor shows the last known status.
7954+
For monitors using any query type other than Count, for example Gauge, Measure,
7955+
or Rate, the monitor shows the last known status.
79567956

79577957
This option is only available for APM Trace Analytics, Audit Trail, CI, Error
79587958
Tracking, Event, Logs, and RUM monitors.'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export class MonitorOptions {
109109
* Controls how groups or monitors are treated if an evaluation does not return any data points.
110110
* The default option results in different behavior depending on the monitor query type.
111111
* For monitors using Count queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions.
112-
* For monitor using any query type other than Count, for example Gauge or Rate, the monitor shows the last known status.
112+
* For monitors using any query type other than Count, for example Gauge, Measure, or Rate, the monitor shows the last known status.
113113
* This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.
114114
*/
115115
"onMissingData"?: OnMissingDataOption;

0 commit comments

Comments
 (0)