mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
using millis for annotations too
This commit is contained in:
parent
39f37ff8aa
commit
60816f5fc2
@ -77,7 +77,7 @@ func (handler *DefaultResultHandler) Handle(evalContext *EvalContext) error {
|
||||
Text: "",
|
||||
NewState: string(evalContext.Rule.State),
|
||||
PrevState: string(evalContext.PrevAlertState),
|
||||
Epoch: time.Now().Unix(),
|
||||
Epoch: time.Now().UnixNano() / int64(time.Millisecond),
|
||||
Data: annotationData,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user