Closed
Bug 1281208
Opened 9 years ago
Closed 9 years ago
Add numerical scalars to telemetry aggregates
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Dexter, Assigned: frank)
References
(Blocks 1 open bug)
Details
After the basic Scalar implementation lands, we should enable server-side scalar aggregation as done with the histograms.
See https://github.com/mozilla/python_mozaggregator
Comment 1•9 years ago
|
||
One restriction that came to my mind:
We only record scalar data for subsessions which is meaningful with "main" pings, but the current t.m.o aggregates are build from "saved-session" pings.
Updated•9 years ago
|
Blocks: 1255755
Component: Telemetry Server → Metrics: Pipeline
Product: Webtools → Cloud Services
Version: Trunk → unspecified
Updated•9 years ago
|
Summary: Enable scalar aggregations in python_mozaggregator → Add numerical scalars to telemetry aggregates
Comment 3•9 years ago
|
||
The support for numerical scalars should be similar to the one for count histograms or simple measures.
Updated•9 years ago
|
Points: --- → 3
Priority: -- → P2
Updated•9 years ago
|
Whiteboard: [measurement:client]
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → fbertsch
Assignee | ||
Updated•9 years ago
|
Priority: P2 → P1
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 5•9 years ago
|
||
Let's keep this open until PR 22 has landed.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 6•9 years ago
|
||
Whoops, closed the wrong bug!
Assignee | ||
Comment 7•9 years ago
|
||
The PR has been merged, I'm going to deploy to pypi and watch closely the first run tonight.
Assignee | ||
Comment 8•9 years ago
|
||
This has been running for a couple days with no issues. Marking as resolved.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•