Skip to content

Commit

Permalink
add Fingerprint field to Alert so that it may be used in templates (#152
Browse files Browse the repository at this point in the history
) (#163)

Signed-off-by: Jason Wells <[email protected]>
  • Loading branch information
twotired authored Feb 5, 2024
1 parent 15cff9b commit fa196fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/alertmanager/alertmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ type Alert struct {
StartsAt time.Time `json:"startsAt"`
EndsAt time.Time `json:"endsAt"`
GeneratorURL string `json:"generatorURL"`
Fingerprint string `json:"fingerprint"`
}

// Alerts is a list of Alert objects.
Expand Down

0 comments on commit fa196fe

Please sign in to comment.