convert graphite epoch to ms

This commit is contained in:
ryan 2018-04-09 13:58:09 +02:00
parent 56679ac80f
commit 5ca972542b

View File

@ -156,7 +156,7 @@ func PostGraphiteAnnotation(c *m.ReqContext, cmd dtos.PostGraphiteAnnotationsCmd
item := annotations.Item{
OrgId: c.OrgId,
UserId: c.UserId,
Epoch: cmd.When,
Epoch: cmd.When * 1000,
Text: text,
Tags: tagsArray,
}