Skip to content

Commit

Permalink
add support for global router #Jira:FLKR-3967 (#90)
Browse files Browse the repository at this point in the history
* add support for global router #Jira:FLKR-3967

* add notifyOn
  • Loading branch information
liranco4 authored Feb 9, 2025
1 parent e5ac055 commit 1e90186
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ message AlertDefNotificationGroup {
repeated google.protobuf.StringValue group_by_keys = 1;
repeated AlertDefWebhooksSettings webhooks = 2;
repeated NotificationDestination destinations = 3;
optional NotificationRouter router = 4;
}

message AlertDefWebhooksSettings {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ message MessageConfigField {
string field_name = 1;
string template = 2;
}


message NotificationRouter {
string id = 1;
optional NotifyOn notify_on = 2;
}

0 comments on commit 1e90186

Please sign in to comment.