Closed
Bug 816239
Opened 12 years ago
Closed 12 years ago
Provide histogram comparisons based on build id
Categories
(Mozilla Metrics :: Frontend Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Moved to JIRA
People
(Reporter: taras.mozilla, Assigned: paulo.pires)
Details
(Whiteboard: [Telemetry:P1][JIRA BIV-253])
Currently the comparison tool allows filtering based on version, os, etc. It would be more useful to compare based on buildid. A simple calendar widget should provide the midpoint. Based on the date selected the dashboard should use >=yyyymmdd* and <yyymmdd* to select applicable builds.
Without this functionality we have to compare based on versions which is terrible for granularity.
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [Telemetry:P1]
Updated•12 years ago
|
Target Milestone: Unreviewed → Backlogged - BZ
Updated•12 years ago
|
Whiteboard: [Telemetry:P1] → [Telemetry:P1][JIRA BIV-253]
Target Milestone: Backlogged - BZ → Moved to JIRA
| Assignee | ||
Comment 1•12 years ago
|
||
If we use >=yyyymmdd* and <yyymmdd* to select applicable builds then, for example, with build ID 20130215130331 then we could have some builds between 20130215000000 and that build, so if we include the day of the build ID in one interval it would have data before and after that build.
How about the intervals don't include the day that is chosen?
This is available at https://metrics.mozilla.com/data/content/pentaho-cdf-dd/Render?solution=metrics2&path=%2Ftelemetry&file=telemetryHistogram2.wcdf
On "Compare:" choose "App Build ID Date" (can you suggest something better to put here?) and a date picker will appear on the right of it. It will start with one week ago, so the intervals would be:
- before {"from":"20130219000000","to":"20130301000000"} (previous 10 days)
- after {"from":"20130302000000","to":"20130311000000"} (next 10 days)
| Assignee | ||
Comment 2•12 years ago
|
||
Can we commit these changes on the public server?
We need to git pull and create branches for each repository
Comment 3•12 years ago
|
||
Taras, could you please review this version and give us the go-ahead to replace the existing dashboard with this new version?
Flags: needinfo?(taras.mozilla)
| Reporter | ||
Comment 4•12 years ago
|
||
this is a lot rougher than the evolution improvement, but the functionality is useful. Lets deploy it.
Flags: needinfo?(taras.mozilla)
| Assignee | ||
Comment 5•12 years ago
|
||
Telemetry Histogram dashboard updated.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → paulo.pires
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•