Open
Bug 1771885
Opened 3 years ago
Updated 8 months ago
Use `u64` in Distribution Data
Categories
(Data Platform and Tools :: Glean: SDK, enhancement, P4)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
NEW
People
(Reporter: janerik, Unassigned)
References
Details
Right now DistributionData uses i64, but values are non-negative and could therefore be u64. We should consider switching to that.
| Reporter | ||
Updated•3 years ago
|
Priority: P3 → P4
Whiteboard: [telemetry:glean-rs:m?]
You need to log in
before you can comment on or make changes to this bug.
Description
•