feat(alerting): worked on improving slack alerts
This commit is contained in:
@@ -18,7 +18,7 @@ type DefaultEvalHandler struct {
|
||||
|
||||
func NewEvalHandler() *DefaultEvalHandler {
|
||||
return &DefaultEvalHandler{
|
||||
log: log.New("alerting.handler"),
|
||||
log: log.New("alerting.evalHandler"),
|
||||
alertJobTimeout: time.Second * 5,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user