Closed
Bug 1525064
Opened 6 years ago
Closed 6 years ago
Glean, add definition of 'background' state to metrics ping documentation
Categories
(Toolkit :: Telemetry, enhancement, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
People
(Reporter: travis_, Assigned: travis_)
References
Details
(Whiteboard: [telemetry:mobilesdk:m7])
Attachments
(1 file)
In order to clarify what the actual trigger for sending a ping is, it was suggested to add to the metrics ping documentation something that describes the onStop() event that we are using to make it clear what triggers this lifecycle event.
For example:
When your activity is no longer visible to the user, it has entered the Stopped state, and the system invokes the onStop() callback. This may occur, for example, when a newly launched activity covers the entire screen. The system may also call onStop() when the activity has finished running, and is about to be terminated.
Comment 1•6 years ago
|
||
We could additionally use this bug to add a minimal documentation about the rationale for each ping. What's the difference between baseline, metrics and events ping?
Blocks: 1491345
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Whiteboard: [telemetry:mobilesdk:m?] → [telemetry:mobilesdk:m7]
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → tlong
Priority: P3 → P1
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•