mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
convert graphite epoch to ms
This commit is contained in:
@@ -156,7 +156,7 @@ func PostGraphiteAnnotation(c *m.ReqContext, cmd dtos.PostGraphiteAnnotationsCmd
|
|||||||
item := annotations.Item{
|
item := annotations.Item{
|
||||||
OrgId: c.OrgId,
|
OrgId: c.OrgId,
|
||||||
UserId: c.UserId,
|
UserId: c.UserId,
|
||||||
Epoch: cmd.When,
|
Epoch: cmd.When * 1000,
|
||||||
Text: text,
|
Text: text,
|
||||||
Tags: tagsArray,
|
Tags: tagsArray,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user