Skip to content
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": "2025-06-04 09:10:40.276658",
"spec_repo_commit": "6c99bb98"
"regenerated": "2025-06-04 10:47:59.772145",
"spec_repo_commit": "1f58e760"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-06-04 09:10:40.296099",
"spec_repo_commit": "6c99bb98"
"regenerated": "2025-06-04 10:47:59.788728",
"spec_repo_commit": "1f58e760"
}
}
}
2 changes: 1 addition & 1 deletion .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7287,7 +7287,7 @@ components:
For example, a query grouped by `cluster` and `namespace` cannot notify
on `region`.

Setting `notify_by` to `[*]` configures the monitor to notify as a simple-alert.'
Setting `notify_by` to `["*"]` configures the monitor to notify as a simple-alert.'
items:
description: A grouping tag.
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ public MonitorOptions addNotifyByItem(String notifyByItem) {
* conditions by setting <code>notify_by</code> to <code>["cluster"]</code>. Tags mentioned in
* <code>notify_by</code> must be a subset of the grouping tags in the query. For example, a query
* grouped by <code>cluster</code> and <code>namespace</code> cannot notify on <code>region</code>
* . Setting <code>notify_by</code> to <code>[*]</code> configures the monitor to notify as a
* . Setting <code>notify_by</code> to <code>["*"]</code> configures the monitor to notify as a
* simple-alert.
*
* @return notifyBy
Expand Down