Open
Bug 1863527
Opened 2 years ago
add units of measure to data
Categories
(Socorro :: General, enhancement, P3)
Socorro
General
Tracking
(Not tracked)
NEW
People
(Reporter: willkg, Unassigned)
Details
When looking at data in the report view, some of the field values include a unit of measure. For example, some fields are seconds since the unix epoch, some are in bytes (e.g. total virtual memory), some are a percentage (e.g. system memory use percentage), etc.
When looking at the signature report or Super Search results, we don't include the unit of measure.
For example, "Total Virtual Memory" value looks like this in the report view:
Total Virtual Memory 140,737,488,224,256 bytes (140.74 TB)
And like this in Super Search results:
140737488224256
Yuck.
We should consider adding the unit of measure to the schema and then using that in the interface to include the unit of measure across the interface.
You need to log in
before you can comment on or make changes to this bug.
Description
•