File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2025-06-04 09: 10:44.055219 ",
8- "spec_repo_commit": "6c99bb98 "
7+ "regenerated": "2025-06-04 10:47:58.122910 ",
8+ "spec_repo_commit": "1f58e760 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2025-06-04 09: 10:44.075844 ",
13- "spec_repo_commit": "6c99bb98 "
12+ "regenerated": "2025-06-04 10:47:58.139330 ",
13+ "spec_repo_commit": "1f58e760 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -7287,7 +7287,7 @@ components:
72877287 For example, a query grouped by `cluster` and `namespace` cannot notify
72887288 on `region`.
72897289
7290- Setting `notify_by` to `[* ]` configures the monitor to notify as a simple-alert.'
7290+ Setting `notify_by` to `["*" ]` configures the monitor to notify as a simple-alert.'
72917291 items:
72927292 description: A grouping tag.
72937293 type: string
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ export class MonitorOptions {
117117 * new `cluster` violating the alert conditions by setting `notify_by` to `["cluster"]`. Tags mentioned
118118 * in `notify_by` must be a subset of the grouping tags in the query.
119119 * For example, a query grouped by `cluster` and `namespace` cannot notify on `region`.
120- * Setting `notify_by` to `[* ]` configures the monitor to notify as a simple-alert.
120+ * Setting `notify_by` to `["*" ]` configures the monitor to notify as a simple-alert.
121121 */
122122 "notifyBy" ?: Array < string > ;
123123 /**
You can’t perform that action at this time.
0 commit comments