Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update event type for Watchdog monitor #1816

Merged
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.6",
"regenerated": "2023-12-20 18:12:47.301857",
"spec_repo_commit": "0ea19912"
"regenerated": "2023-12-27 15:09:17.062005",
"spec_repo_commit": "61dc4c3e"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2023-12-20 18:12:47.362069",
"spec_repo_commit": "0ea19912"
"regenerated": "2023-12-27 15:09:17.081944",
"spec_repo_commit": "61dc4c3e"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26345,7 +26345,7 @@ paths:

- SLO: `slo alert`

- watchdog: `event alert`
- watchdog: `event-v2 alert`

- event-v2: `event-v2 alert`

Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v1/api/monitors_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def create_monitor(
* process: ``service check``
* rum: ``rum alert``
* SLO: ``slo alert``
* watchdog: ``event alert``
* watchdog: ``event-v2 alert``
* event-v2: ``event-v2 alert``
* audit: ``audit alert``
* error-tracking: ``error-tracking alert``
Expand Down
Loading