Skip to content

Commit

Permalink
Merge pull request #1271 from prernakakkar-google/main
Browse files Browse the repository at this point in the history
Add custom column headers to summarizer
  • Loading branch information
google-oss-prow[bot] authored Feb 23, 2024
2 parents 5ec0994 + 639cc8e commit 9583aa6
Show file tree
Hide file tree
Showing 10 changed files with 497 additions and 297 deletions.
72 changes: 47 additions & 25 deletions pb/state/state.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions pb/state/state.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ message AlertInfo {
// Dynamic email list, route email alerts to these instead of the configured
// defaults.
repeated string email_addresses = 15;

// Maps (custom column headers name):(custom column headers value) for arbitrary alert properties.
map<string,string> custom_column_headers = 16;
}

// Info on default test metadata for a dashboard tab.
Expand Down
Loading

0 comments on commit 9583aa6

Please sign in to comment.