Skip to content

Commit

Permalink
adding phantom mode to schema (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
michal-co authored Jul 14, 2024
1 parent 9880cb9 commit c0b8998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion com/coralogixapis/alerts/v3/alert_def.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,5 @@ message AlertDefProperties {
AlertDefIncidentSettings incidents_settings = 8;
AlertDefNotificationGroup notification_group = 9;
map<string,string> labels = 10;
}
google.protobuf.BoolValue phantom_mode = 11;
}

0 comments on commit c0b8998

Please sign in to comment.