convert graphite epoch to ms

pull/11333/head
ryan 7 years ago
parent 56679ac80f
commit 5ca972542b
  1. 2
      pkg/api/annotations.go

@ -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,
}

Loading…
Cancel
Save