Closed
Bug 1632162
Opened 5 years ago
Closed 5 years ago
Implement the event metric type for Project FOG
Categories
(Toolkit :: Telemetry, task, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: chutten, Assigned: janerik)
References
Details
(Whiteboard: [telemetry:fog:m3])
Attachments
(2 files)
Implement the event metric for Project FOG.
Things you won't be needing at the moment, but might want to keep in mind:
- in-tree usage Documentation (rustdoc is always appreciated)
- Tests (bug 1627024)
- IPC (that's coming in Milestone 4)
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jrediger
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Events are timestamped to millisecond precision only, so we need to trim
down our clock source a bit.
This also renames the previously used function to make it more clear
(even though an "instant" doesn't really have a unit, so our analogy is
breaking down)
Depends on D73680
Pushed by jrediger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d351f9caa57f
Implement the event metric type for Project FOG. r=chutten
https://hg.mozilla.org/integration/autoland/rev/c700fcf9fcde
Use correct time unit for event timestamps. r=chutten
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d351f9caa57f
https://hg.mozilla.org/mozilla-central/rev/c700fcf9fcde
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•