Skip to content

Commit

Permalink
Merge pull request #49 from netdata/add-summary-field-to-alerts
Browse files Browse the repository at this point in the history
Update alerts with summary field
  • Loading branch information
Emmanuel Vasilakis committed Sep 26, 2023
2 parents b34ee74 + 4498270 commit 83c661c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions proto/alarm/v1/config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ message AlarmConfiguration{
int32 p_update_every = 33;

string chart_labels = 34;
string summary = 35;
}
3 changes: 3 additions & 0 deletions proto/alarm/v1/stream.proto
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ message AlarmLogEntry {

// The chart's name field
string chart_name = 32;

// The rendered summary
string summary = 33;
}

enum AlarmStatus {
Expand Down

0 comments on commit 83c661c

Please sign in to comment.