Closed
Bug 1339068
Opened 9 years ago
Closed 5 years ago
Add python_moztelemetry API for accumulating fields with error tracking
Categories
(Data Platform and Tools :: General, defect, P3)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: gfritzsche, Unassigned)
References
Details
We have a common pattern of "accumulate a set of fields from a set of pings, while tracking count of invalid/broken values".
This has different one-off implementations between analysis and ETL jobs.
Other times its simply skipped because devs don't think about this.
To facilitate error tracking and make our data handling code more extensible, it would be great to have
- library support for accumulating a set of fields from a set of pings
- with automatic error tracking (e.g. by return (accumulateValue,errorCount) tuples).
Updated•9 years ago
|
Points: --- → 3
Priority: -- → P3
Comment 1•9 years ago
|
||
I'm not sure what you mean here. Could you give an example?
Updated•8 years ago
|
Component: Metrics: Pipeline → Telemetry APIs for Analysis
Product: Cloud Services → Data Platform and Tools
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•3 years ago
|
Component: Telemetry APIs for Analysis → General
You need to log in
before you can comment on or make changes to this bug.
Description
•