Closed
Bug 1654384
Opened 5 years ago
Closed 2 months ago
Improve the documentation around logarithmic bucketing
Categories
(Data Platform and Tools :: Glean: SDK, defect, P4)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mdroettboom, Unassigned)
Details
(Whiteboard: [telemetry:glean-rs:m17][docdays])
Attachments
(1 file)
Just having the bucketing formula isn't quite enough for all readers to intuitively grasp what the bucketing means.
We could do some combination of:
- Provide a table of all of the bucket ranges in an appendix.
- Provide an interactive calculator (in the docs in Javascript) to show what bucket a value would fall in (particularly to see if two values would fall in the same bucket).
- Provide an interactive plot.
Comment 1•5 years ago
|
||
To note: we have the histogram simulator that matches the bucketing on Desktop: https://telemetry.mozilla.org/histogram-simulator
Updated•5 years ago
|
Whiteboard: [telemetry:glean-rs:m?] → [telemetry:glean-rs:backlog][docdays]
Updated•5 years ago
|
Assignee: nobody → brizental
Priority: P3 → P1
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
Untaking this for the moment. Interactive plot has been merged in this PR and
- Provide a table of all of the bucket ranges in an appendix.
- Provide an interactive calculator (in the docs in Javascript) to show what bucket a value would fall in (particularly to see if two values would fall in the same bucket).
still need to be addressed.
Assignee: brizental → nobody
| Reporter | ||
Comment 4•5 years ago
|
||
I think (2) isn't super necessary, now that we have the simulator. I was really just suggesting it as an easier first step.
(1) is still maybe nice-to-have, but less critical now that we have a simulator.
Updated•5 years ago
|
Priority: P1 → P3
Updated•5 years ago
|
Priority: P3 → P4
Updated•2 years ago
|
Whiteboard: [telemetry:glean-rs:backlog][docdays] → [telemetry:glean-rs:m17][docdays]
Comment 5•2 months ago
|
||
Closing this as stale
Status: NEW → RESOLVED
Closed: 2 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•