mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1133536 - Add aborted-session description to telemetry docs. r=vladan
This commit is contained in:
parent
ffcb708762
commit
c87f870032
@ -7,9 +7,10 @@ It includes the histograms and other performance and diagnostic data.
|
||||
|
||||
This ping is triggered by different scenarios, which is documented by the ``reason`` field:
|
||||
|
||||
* ``aborted-session`` - this ping is regularly saved to disk (every 5 minutes), overwriting itself, and deleted at shutdown. If a previous aborted session ping is found at startup, it gets sent to the server. The first aborted-session ping is generated as soon as Telemetry starts
|
||||
* ``environment-change`` - the :doc:`environment` changed, so the session measurements got reset and a new subsession starts
|
||||
* ``shutdown`` - triggered when the browser session ends
|
||||
* ``daily`` - a session split triggered in 24h hour intervals at local midnight
|
||||
* ``daily`` - a session split triggered in 24h hour intervals at local midnight. If an ``environment-change`` ping is generated by the time it should be sent, the daily ping is rescheduled for the next midnight
|
||||
* ``saved-session`` - the *"classic"* Telemetry payload with measurements covering the whole browser session (only submitted for a transition period)
|
||||
|
||||
Most reasons lead to a session split, initiating a new *subsession*. We reset important measurements for those subsessions.
|
||||
|
Loading…
Reference in New Issue
Block a user