Closed
Bug 887941
Opened 12 years ago
Closed 12 years ago
Backfill 1 week of data
Categories
(Data Platform and Tools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: taras.mozilla, Assigned: lonnen)
References
Details
I would like to start by having a full telemetry dataset for the current dev releases.
It would also be good to default filters to "nightly ##" where ## is the highest number we have for nightly.
| Assignee | ||
Comment 1•12 years ago
|
||
I'm just starting to understand what's flowing through the plumbing I hooked up. Began the work for this (https://github.com/lonnen/telemetry-dashboard/compare/update-to-25) and encountered an exception in the reduce step:
Traceback (most recent call last):
File "scripts/dashboard.py", line 95, in reduce
at org.mozilla.jydoop.PySerializer.serialize(PySerializer.java:53)
at org.mozilla.jydoop.PySerializer.serialize(PySerializer.java:28)
"java.lang.Error: java.lang.Error: Dunno how to serialize:org.python.core.PyFloat"
the likely next step is teaching PySerializer.java in Jydoop how to convert floats. In irc Taras was skeptical that a float should even be encountered, though.
| Assignee | ||
Comment 2•12 years ago
|
||
Updated the summary. Bug 903199 covers the default filters. Bug 903198 covers creating a back fill script. Using this bug to track getting one week of data in production.
Depends on: 903198
Summary: backfill telemetry to Tuesday(25th) + tweak filters to select latest nightly by default → Backfill 1 week of data
| Assignee | ||
Comment 3•12 years ago
|
||
Backfilled from 08-06 to 08-27.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → chris.lonnen
Updated•7 years ago
|
Product: Webtools → Data Platform and Tools
Updated•2 years ago
|
Component: Telemetry Dashboards (TMO) → General
You need to log in
before you can comment on or make changes to this bug.
Description
•