File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-06-04 09: 10:39.421656 ",
8
- "spec_repo_commit": "6c99bb98 "
7
+ "regenerated": "2025-06-04 10:47:54.214856 ",
8
+ "spec_repo_commit": "1f58e760 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-06-04 09: 10:39.437589 ",
13
- "spec_repo_commit": "6c99bb98 "
12
+ "regenerated": "2025-06-04 10:47:54.231413 ",
13
+ "spec_repo_commit": "1f58e760 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -7287,7 +7287,7 @@ components:
7287
7287
For example, a query grouped by `cluster` and `namespace` cannot notify
7288
7288
on `region`.
7289
7289
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.'
7291
7291
items:
7292
7292
description: A grouping tag.
7293
7293
type: string
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ pub struct MonitorOptions {
120
120
/// new `cluster` violating the alert conditions by setting `notify_by` to `["cluster"]`. Tags mentioned
121
121
/// in `notify_by` must be a subset of the grouping tags in the query.
122
122
/// For example, a query grouped by `cluster` and `namespace` cannot notify on `region`.
123
- /// Setting `notify_by` to `[* ]` configures the monitor to notify as a simple-alert.
123
+ /// Setting `notify_by` to `["*" ]` configures the monitor to notify as a simple-alert.
124
124
#[ serde( rename = "notify_by" ) ]
125
125
pub notify_by : Option < Vec < String > > ,
126
126
/// A Boolean indicating whether this monitor notifies when data stops reporting. Defaults to `false`.
You can’t perform that action at this time.
0 commit comments