feat(alerting): worked on improving slack alerts

This commit is contained in:
Torkel Ödegaard
2016-07-28 17:03:53 +02:00
parent 717cce014b
commit 01da3f6cb2
5 changed files with 94 additions and 49 deletions
+1 -1
View File
@@ -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,
}
}