Skip to content

Commit

Permalink
Remove groupby_simple_monitor (#2051)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Oct 9, 2024
1 parent f9473c2 commit fc0a016
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 35 deletions.
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-10-09 13:48:28.709055",
"spec_repo_commit": "a458c3a4"
"regenerated": "2024-10-09 15:02:58.401855",
"spec_repo_commit": "43ae024c"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-09 13:48:28.727121",
"spec_repo_commit": "a458c3a4"
"regenerated": "2024-10-09 15:02:58.419941",
"spec_repo_commit": "43ae024c"
}
}
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2023-01-18T18:30:59.296Z
2024-10-09T14:54:54.858Z

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-09-30T16:41:33.797Z
2024-10-09T14:54:55.290Z

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 @@
2023-01-18T18:37:20.511Z
2024-10-09T14:54:55.436Z

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

1 change: 0 additions & 1 deletion examples/v1/monitors/ValidateExistingMonitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
enable_logs_sample: true,
escalation_message: "the situation has escalated",
evaluation_delay: 700,
groupby_simple_monitor: true,
include_tags: true,
locked: false,
new_host_delay: 600,
Expand Down
1 change: 0 additions & 1 deletion examples/v1/monitors/ValidateMonitor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
enable_logs_sample: true,
escalation_message: "the situation has escalated",
evaluation_delay: 700,
groupby_simple_monitor: true,
include_tags: true,
locked: false,
new_host_delay: 600,
Expand Down
1 change: 0 additions & 1 deletion examples/v1/monitors/ValidateMonitor_4247196452.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
escalation_message: "the situation has escalated",
evaluation_delay: 700,
group_retention_duration: "2d",
groupby_simple_monitor: false,
include_tags: true,
locked: false,
new_host_delay: 600,
Expand Down
1 change: 0 additions & 1 deletion features/v1/monitor_payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"enable_logs_sample": true,
"escalation_message": "the situation has escalated",
"evaluation_delay": 700,
"groupby_simple_monitor": true,
"include_tags": true,
"locked": false,
"new_host_delay": 600,
Expand Down
1 change: 0 additions & 1 deletion features/v1/multi_alert_monitor_payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"escalation_message": "the situation has escalated",
"evaluation_delay": 700,
"group_retention_duration": "2d",
"groupby_simple_monitor": false,
"include_tags": true,
"locked": false,
"new_host_delay": 600,
Expand Down

0 comments on commit fc0a016

Please sign in to comment.