feat(alerts): Add Matrix alert provider
This commit is contained in:
@ -40,4 +40,7 @@ const (
|
||||
|
||||
// TypeOpsgenie is the Type for the opsgenie alerting provider
|
||||
TypeOpsgenie Type = "opsgenie"
|
||||
|
||||
// TypeMatrix is the Type for the matrix alerting provider
|
||||
TypeMatrix Type = "matrix"
|
||||
)
|
||||
|
Reference in New Issue
Block a user