feat(alerting): add exeuction time to alertResult
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package alerting
|
||||
|
||||
import "time"
|
||||
|
||||
type AlertJob struct {
|
||||
Offset int64
|
||||
Delay bool
|
||||
@@ -28,6 +30,7 @@ type AlertResult struct {
|
||||
Description string
|
||||
Error error
|
||||
AlertJob *AlertJob
|
||||
ExeuctionTime time.Time
|
||||
}
|
||||
|
||||
type TriggeredAlert struct {
|
||||
|
||||
Reference in New Issue
Block a user