Skip to content

Commit

Permalink
feat: new status on notification
Browse files Browse the repository at this point in the history
  • Loading branch information
adityathebe committed Nov 15, 2024
1 parent 27c2266 commit e1f78a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions models/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ const (
NotificationStatusSkipped = "skipped" // due to waitFor evaluation
NotificationStatusSilenced = "silenced"
NotificationStatusRepeatInterval = "repeat-interval"

// health related notifications of kubernetes config items get into this state
// to wait for the incremental scraper to re-evaluate the health.
NotificationStatusEvaluatingWaitFor = "evaluating-waitfor"
)

type NotificationSendHistory struct {
Expand Down

0 comments on commit e1f78a1

Please sign in to comment.