Add support of Timespan and Quantity metric types
Categories
(Data Platform and Tools Graveyard :: Glean.js, task, P1)
Tracking
(Not tracked)
People
(Reporter: epavlov, Assigned: brizental)
References
Details
Attachments
(1 file)
https://mozilla.github.io/glean/book/user/metrics/timespan.html
https://mozilla.github.io/glean/book/user/metrics/quantity.html
We are interested in measuring performance and quality in Bergamot project, so these are important to have for us. Otherwise, we have to use String or Event types which will be harder to analyze.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
I created bug 1709312 for the quantity type and the timespan was merged. Closing this!
| Reporter | ||
Comment 3•5 years ago
|
||
Hi! Thank you for adding timespan support! Unfortunately we can't use it because it provides only start/stop methods and in our use case we need to submit already calculated timing. Please provide an API to submit a value in milliseconds. Thank you!
Comment 4•5 years ago
|
||
(In reply to Evgeny Pavlov from comment #3)
Hi! Thank you for adding timespan support! Unfortunately we can't use it because it provides only start/stop methods and in our use case we need to submit already calculated timing. Please provide an API to submit a value in milliseconds. Thank you!
I filed bug 1709787 for this.
Updated•4 years ago
|
Description
•