feat(annotations): working on alert annotations, #5694
This commit is contained in:
@@ -23,6 +23,7 @@ const (
|
||||
AlertSeverityCritical AlertSeverityType = "critical"
|
||||
AlertSeverityWarning AlertSeverityType = "warning"
|
||||
AlertSeverityInfo AlertSeverityType = "info"
|
||||
AlertSeverityOK AlertSeverityType = "ok"
|
||||
)
|
||||
|
||||
func (s AlertSeverityType) IsValid() bool {
|
||||
|
||||
Reference in New Issue
Block a user