Closed
Bug 916217
Opened 12 years ago
Closed 12 years ago
Aggregate histograms by submissions date in addition to build date
Categories
(Data Platform and Tools :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jonasfj, Assigned: jonasfj)
Details
As of writing histograms are aggregated by build date, this enables us to see how different
versions behave...
But we should also have a set of JSON files where data is aggregated by submission date.
To see how the internet changes over time, so we can see if changes in the histograms are
due to changes on the internet...
Summary:
* Add a `*-bydate.json` for each measure containing histogram by submission dates,
* Extend map/reduce job (`dashboard.py`)
* Update mr2disk.py to handke the `*-bydate.json` files too, and
* Update client side javascript and UI...
| Assignee | ||
Comment 1•12 years ago
|
||
Note to self (as I'll probably end up implementing this):
We probably only want to data by submission dates for the first 12 weeks following a release, otherwise, we'll end up with huge JSON files with too many submission dates to visualize.
As a heuristic we can discard entries where `submission date - build date > 12 weeks`.
Remark, we might want to consider gradually increasing submission date intervals.
So that for the first 9 weeks, we have an entry for each day, but for the 10 week we only have for every 2nd day.
11th week every 4th, 12th week every 8th day... or something like that.
| Assignee | ||
Comment 2•12 years ago
|
||
With the deployment of the new dashboard on the spot based analysis framework, this data is now aggregated, and can be disabled by anybody who wants to hack a dashboard :)
| Assignee | ||
Comment 3•12 years ago
|
||
s/disabled/displayed/
The data is aggregated and can be fetched using `telemetry.js`, we only need to update the UI to show histogram evolution by submission date.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jopsen
| Assignee | ||
Comment 4•12 years ago
|
||
With the deployment yesterday, calendar dates (submission dates) are now available in the dashboard.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Webtools → Data Platform and Tools
Updated•3 years ago
|
Component: Telemetry Dashboards (TMO) → General
You need to log in
before you can comment on or make changes to this bug.
Description
•