Closed
Bug 1243595
Opened 9 years ago
Closed 9 years ago
Add session/usage data to telemetry pings
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox49 fixed)
RESOLVED
FIXED
Firefox 49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: mcomella, Assigned: mcomella)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 2 obsolete files)
From the mobile telemetry documentation:
"usage": [<pos integer>, <pos integer>],
// array of total usage time in seconds since last ping and
// foreground session count, e.g.: [156, 2]
Since we're adding counts since last ping, we need bug 1243585 to land first.
Updated•9 years ago
|
Blocks: ut-android
Assignee | ||
Comment 2•9 years ago
|
||
As we discussed in today's meeting: we should break this into two fields instead of one:
* session time in seconds (aggregate)
* number of sessions
We'll see how that feels and change it if necessary.
Summary: (telemetry v4) Add session/usage data to telemetry pings → Add session/usage data to telemetry pings
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → michael.l.comella
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Michael Comella (:mcomella) from comment #2)
> As we discussed in today's meeting: we should break this into two fields
> instead of one:
> * session time in seconds (aggregate)
> * number of sessions
Georg, do you have opinions on field names? I propose:
* sessionCount
* sessionDuration
Flags: needinfo?(gfritzsche)
Assignee | ||
Comment 4•9 years ago
|
||
Georg, also, for the initial ping, the first measurements will be 0 & 0 – would we prefer to omit the field or leave it as 0 & 0?
Assignee | ||
Comment 5•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/53360/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/53360/
Attachment #8753581 -
Flags: review?(ahunt)
Attachment #8753582 -
Flags: review?(ahunt)
Attachment #8753583 -
Flags: review?(ahunt)
Assignee | ||
Comment 6•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/53362/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/53362/
Assignee | ||
Comment 7•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/53364/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/53364/
Assignee | ||
Comment 8•9 years ago
|
||
(In reply to Michael Comella (:mcomella) from comment #4)
> Georg, also, for the initial ping, the first measurements will be 0 & 0 –
> would we prefer to omit the field or leave it as 0 & 0?
For simplicity, I'd vote just leave it 0, 0.
Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8753581 [details]
MozReview Request: Bug 1243595 - Add SessionMeasurements and tests. r=ahunt
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/53360/diff/1-2/
Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 8753582 [details]
MozReview Request: Bug 1243595 - Add session measurements to core ping builder & update version. r=ahunt
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/53362/diff/1-2/
Assignee | ||
Comment 12•9 years ago
|
||
Comment on attachment 8753583 [details]
MozReview Request: Bug 1243595 - Add session measurement hooks for record and retrieval. r=ahunt
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/53364/diff/1-2/
Assignee | ||
Comment 13•9 years ago
|
||
Comment on attachment 8753581 [details]
MozReview Request: Bug 1243595 - Add SessionMeasurements and tests. r=ahunt
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/53360/diff/2-3/
Attachment #8753581 -
Attachment description: MozReview Request: Bug 1243595 - Add SessionMeasurements and tests. r=ahunt → MozReview Request: Bug 1243595 - Only log telemetry in release builds. r=grisha
Attachment #8753581 -
Flags: review?(ahunt) → review?(gkruglov)
Assignee | ||
Updated•9 years ago
|
Attachment #8753582 -
Attachment is obsolete: true
Attachment #8753582 -
Flags: review?(ahunt)
Assignee | ||
Updated•9 years ago
|
Attachment #8753583 -
Attachment is obsolete: true
Attachment #8753583 -
Flags: review?(ahunt)
Assignee | ||
Comment 14•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/53722/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/53722/
Attachment #8753581 -
Attachment description: MozReview Request: Bug 1243595 - Only log telemetry in release builds. r=grisha → MozReview Request: Bug 1243595 - Add SessionMeasurements and tests. r=ahunt
Attachment #8754104 -
Flags: review?(ahunt)
Attachment #8754105 -
Flags: review?(ahunt)
Attachment #8753581 -
Flags: review?(gkruglov) → review?(ahunt)
Assignee | ||
Comment 15•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/53724/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/53724/
Assignee | ||
Comment 16•9 years ago
|
||
Comment on attachment 8753581 [details]
MozReview Request: Bug 1243595 - Add SessionMeasurements and tests. r=ahunt
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/53360/diff/3-4/
Comment 17•9 years ago
|
||
(In reply to Michael Comella (:mcomella) from comment #3)
> (In reply to Michael Comella (:mcomella) from comment #2)
> > As we discussed in today's meeting: we should break this into two fields
> > instead of one:
> > * session time in seconds (aggregate)
> > * number of sessions
>
> Georg, do you have opinions on field names? I propose:
> * sessionCount
> * sessionDuration
Keeping with the shorter field names we tried to establish, how about:
* sessions
* durations
Flags: needinfo?(gfritzsche)
Comment 18•9 years ago
|
||
(In reply to Georg Fritzsche [:gfritzsche] from comment #17)
> > Georg, do you have opinions on field names? I propose:
> > * sessionCount
> > * sessionDuration
>
> Keeping with the shorter field names we tried to establish, how about:
> * sessions
> * durations
To be fair though, i don't have a strong opinion about this.
If "saving bytes" is still a concern then we should use shorter names where reasonable though.
Updated•9 years ago
|
Attachment #8753581 -
Flags: review?(ahunt) → review+
Comment 19•9 years ago
|
||
Comment on attachment 8753581 [details]
MozReview Request: Bug 1243595 - Add SessionMeasurements and tests. r=ahunt
https://reviewboard.mozilla.org/r/53360/#review50670
Comment 20•9 years ago
|
||
Comment on attachment 8754104 [details]
MozReview Request: Bug 1243595 - Add session measurements to core ping builder & update version. r=ahunt
https://reviewboard.mozilla.org/r/53722/#review50672
Attachment #8754104 -
Flags: review?(ahunt) → review+
Updated•9 years ago
|
Attachment #8754105 -
Flags: review?(ahunt) → review+
Comment 21•9 years ago
|
||
Comment on attachment 8754105 [details]
MozReview Request: Bug 1243595 - Add session measurement hooks for record and retrieval. r=ahunt
https://reviewboard.mozilla.org/r/53724/#review50674
Assignee | ||
Comment 22•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/557018e8059efd9cf1f8cdc6fb28eae4b15e4849
Bug 1243595 - Add SessionMeasurements and tests. r=ahunt
https://hg.mozilla.org/integration/fx-team/rev/cfd333634aa25324198cff05af9ce7898ab39d52
Bug 1243595 - Add session measurements to core ping builder & update version. r=ahunt
https://hg.mozilla.org/integration/fx-team/rev/65e3e5997825cea444fd8bb3e683f1e790eac80b
Bug 1243595 - Add session measurement hooks for record and retrieval. r=ahunt
Comment 23•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/557018e8059e
https://hg.mozilla.org/mozilla-central/rev/cfd333634aa2
https://hg.mozilla.org/mozilla-central/rev/65e3e5997825
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•