Closed
Bug 1282091
Opened 9 years ago
Closed 9 years ago
Adjust the "scalars" format in the main ping
Categories
(Toolkit :: Telemetry, defect, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: Dexter, Assigned: Dexter)
References
(Blocks 1 open bug)
Details
(Whiteboard: [measurement:client])
Attachments
(1 file, 1 obsolete file)
8.14 KB,
patch
|
Details | Diff | Splinter Review |
The scalars are landing, but no consensus was reached on the right format to store parent/content data in bug 1281795.
This bug is about fixing the format depending on the outcome of bug 1281795.
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Updated•9 years ago
|
Priority: -- → P2
Comment 1•9 years ago
|
||
Bug 1281795 has an agreed-upon format, so lets do this for scalars now.
Priority: P2 → P1
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → alessio.placitelli
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8767672 -
Flags: review?(gfritzsche)
Comment 3•9 years ago
|
||
Comment on attachment 8767672 [details] [diff] [review]
bug1282091.patch
Review of attachment 8767672 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/telemetry/TelemetrySession.jsm
@@ +1282,3 @@
> // Notify that there was a subsession split in the parent process.
> if (isSubsession && clearSubsession) {
> Services.obs.notifyObservers(null, "telemetry-subsession-split", "");
Nit: I would stack the changes the other way around.
That way we never have a real usage of the previous format landed.
Attachment #8767672 -
Flags: review?(gfritzsche) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8767672 -
Attachment is obsolete: true
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•9 years ago
|
||
(In reply to Georg Fritzsche [:gfritzsche] [away Jun 24 - Jul 3] from comment #3)
> Comment on attachment 8767672 [details] [diff] [review]
> bug1282091.patch
>
> Review of attachment 8767672 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: toolkit/components/telemetry/TelemetrySession.jsm
> @@ +1282,3 @@
> > // Notify that there was a subsession split in the parent process.
> > if (isSubsession && clearSubsession) {
> > Services.obs.notifyObservers(null, "telemetry-subsession-split", "");
>
> Nit: I would stack the changes the other way around.
> That way we never have a real usage of the previous format landed.
Good point. I've rebased the patch and also dealt with about:telemetry, which was still using the old format.
Updated•9 years ago
|
Points: --- → 1
Assignee | ||
Comment 6•9 years ago
|
||
Assignee | ||
Comment 7•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/55e7347982396d56cecfe347c3f2d73562716216
Bug 1282091 - Adjust the "scalars" format in the main ping. r=gfritzsche
Comment 8•9 years ago
|
||
This needs documentation - follow-up bug?
Flags: needinfo?(alessio.placitelli)
Comment 10•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 11•9 years ago
|
||
Can you submit a PR to the pipeline schemas?
Flags: needinfo?(alessio.placitelli)
Assignee | ||
Comment 12•9 years ago
|
||
Flags: needinfo?(alessio.placitelli)
You need to log in
before you can comment on or make changes to this bug.
Description
•