Skip to content

mark groupby_simple_monitor as deprecated #1789

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

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": "2024-09-03 18:07:12.279497",
"spec_repo_commit": "2d21d782"
"regenerated": "2024-09-04 13:35:31.002565",
"spec_repo_commit": "b289628c"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-09-03 18:07:12.298089",
"spec_repo_commit": "2d21d782"
"regenerated": "2024-09-04 13:35:31.020960",
"spec_repo_commit": "b289628c"
}
}
}
3 changes: 2 additions & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7066,8 +7066,9 @@ components:
Error Tracking, Event, Logs, and RUM monitors.'
type: string
groupby_simple_monitor:
deprecated: true
description: Whether the log alert monitor triggers a single alert or multiple
alerts when any group breaches a threshold.
alerts when any group breaches a threshold. Use `notify_by` instead.
type: boolean
include_tags:
default: true
Expand Down
2 changes: 1 addition & 1 deletion packages/datadog-api-client-v1/models/MonitorOptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class MonitorOptions {
*/
"groupRetentionDuration"?: string;
/**
* Whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold.
* Whether the log alert monitor triggers a single alert or multiple alerts when any group breaches a threshold. Use `notify_by` instead.
*/
"groupbySimpleMonitor"?: boolean;
/**
Expand Down
Loading