Closed
Bug 1685498
Opened 5 years ago
Closed 5 years ago
Amend dom.quota.try telemetry events with sufficient information to reconstruct error propagation
Categories
(Core :: Storage: Quota Manager, task)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
2.79 KB,
text/plain
|
tdsmith
:
data-review+
|
Details |
The dom.quota.try event records individual errors from QM_TRY
uses. However, to understand the context of such calls better and, in particular, to understand where such errors lead to an overall initialization failure, we need to amend them with additional information, e.g. a sequence number or a higher resolution timestamp.
The analysis will probably still need to make use of some heuristics to find the right places to cut sequences into independent call stacks.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → sgiesecke
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Attachment #9195873 -
Flags: data-review?(tdsmith)
Comment 3•5 years ago
|
||
Comment on attachment 9195873 [details]
data-review-request.txt
Thanks!
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, in the probe definition files and the Probe Dictionary.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, the Firefox telemetry opt-out.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Jan Varga, Simon Giesecke
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Cat 1, technical data.
- Is the data collection request for default-on or default-off?
Default-on.
- Does the instrumentation include the addition of any new identifiers (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
No.
- Is the data collection covered by the existing Firefox privacy notice?
Yes.
- Does there need to be a check-in in the future to determine whether to renew the data?
n/a, permanent collection
- Does the data collection use a third-party collection tool?
No.
Attachment #9195873 -
Flags: data-review?(tdsmith) → data-review+
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3163022d6210
Include sequence numbers in dom.quota.try telemetry event. r=dom-workers-and-storage-reviewers,janv
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•