Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.2",
"regenerated": "2022-08-17 14:32:13.711845",
"spec_repo_commit": "a957cd49"
"regenerated": "2022-08-17 17:26:21.803730",
"spec_repo_commit": "57b75ade"
},
"v2": {
"apigentools_version": "1.6.2",
"regenerated": "2022-08-17 14:32:13.727125",
"spec_repo_commit": "a957cd49"
"regenerated": "2022-08-17 17:26:21.815574",
"spec_repo_commit": "57b75ade"
}
}
}
39 changes: 39 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6133,6 +6133,17 @@ components:
format: int64
nullable: true
type: integer
group_retention_duration:
description: 'The time span after which groups with missing data are dropped
from the monitor state.

The minimum value is one hour, and the maximum value is 72 hours.

Example values are: "60m", "1h", and "2d".

This option is only available for APM Trace Analytics, Audit Trail, CI,
Error Tracking, Event, Logs, and RUM monitors.'
type: string
groupby_simple_monitor:
description: Whether the log alert monitor triggers a single alert or multiple
alerts when any group breaches a threshold.
Expand Down Expand Up @@ -6223,6 +6234,8 @@ components:
description: A Boolean indicating whether this monitor notifies when data
stops reporting.
type: boolean
on_missing_data:
$ref: '#/components/schemas/OnMissingDataOption'
renotify_interval:
default: null
description: "The number of minutes after the last notification before a
Expand Down Expand Up @@ -7928,6 +7941,32 @@ components:
format: int64
type: integer
type: object
OnMissingDataOption:
description: 'Controls how groups or monitors are treated if an evaluation does
not return any data points.

The default option results in different behavior depending on the monitor
query type.

For monitors using Count queries, an empty monitor evaluation is treated as
0 and is compared to the threshold conditions.

For monitor using any query type other than Count, for example Gauge or Rate,
the monitor shows the last known status.

This option is only available for APM Trace Analytics, Audit Trail, CI, Error
Tracking, Event, Logs, and RUM monitors.'
enum:
- default
- show_no_data
- show_and_notify_no_data
- resolve
type: string
x-enum-varnames:
- DEFAULT
- SHOW_NO_DATA
- SHOW_AND_NOTIFY_NO_DATA
- RESOLVE
OrgDowngradedResponse:
description: Status of downgrade
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-01-06T00:50:25.975Z
2022-08-15T18:04:35.875Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-01-06T00:50:27.007Z
2022-08-15T18:04:38.079Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-05-12T09:50:01.751Z
2022-08-15T18:04:39.736Z
Loading