Closed
Bug 1241699
Opened 9 years ago
Closed 9 years ago
Add telemetry probe to measure how often users restore bookmarks while connected to Sync
Categories
(Firefox :: Sync, defect, P2)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
Firefox 51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: ckarlof, Assigned: tcsc)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [data-integrity])
Attachments
(1 file)
Hopefully this may provide some insight into how to prioritize bug 1230011.
Reporter | ||
Updated•9 years ago
|
Flags: firefox-backlog+
Priority: -- → P2
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/49329/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/49329/
Attachment #8746240 -
Flags: review?(markh)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → tchiovoloni
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8746240 [details]
Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate
Added a new telemetry probe to Histograms.json
Attachment #8746240 -
Flags: review?(benjamin)
Comment 3•9 years ago
|
||
Comment on attachment 8746240 [details]
Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate
https://reviewboard.mozilla.org/r/49329/#review47131
I don't think this helps us answer the question asked in bug 1230011 - I suspect we want a boolean histogram with the value recording whether the .wipeServer() call succeeded or not.
Attachment #8746240 -
Flags: review?(markh)
Updated•9 years ago
|
Attachment #8746240 -
Flags: review?(benjamin)
Updated•9 years ago
|
Whiteboard: [sync-data-integrity]
Updated•9 years ago
|
Whiteboard: [sync-data-integrity] → [data-integrity]
Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8746240 [details]
Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/49329/diff/1-2/
Attachment #8746240 -
Attachment description: MozReview Request: Bug 1241699 - Add a telemetry probe measuring how frequently a bookmark restore occurs while sync is active r?markh → Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate f?markh
Attachment #8746240 -
Flags: review?(markh)
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8746240 [details]
Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate
Something more like this?
Attachment #8746240 -
Flags: review?(markh) → feedback?(markh)
Comment 6•9 years ago
|
||
https://reviewboard.mozilla.org/r/49329/#review61162
Now we have the sync ping, I wonder if we should just arrange for this to be in that ping?
Assignee | ||
Comment 7•9 years ago
|
||
https://reviewboard.mozilla.org/r/49329/#review61162
Maybe, although it's not clear to me where in the ping it would go. It does seem reasonably well suited for being a histogram, and I don't *think* we'd want more detailed visualizations than are available for the histograms, but I could be wrong, maybe being able to correlate this with other errors would be valuable...
Updated•9 years ago
|
Attachment #8746240 -
Flags: review+
Comment 8•9 years ago
|
||
Comment on attachment 8746240 [details]
Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate
https://reviewboard.mozilla.org/r/49329/#review62416
Yeah, I agree a histogram is the best solution here.
Comment 9•9 years ago
|
||
Comment on attachment 8746240 [details]
Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate
This patch adds a new histogram to measure how often a user restores their bookmarks while connected to Sync, but when Sync is unable to delete the server copy of the bookmarks, which will cause bad things to happen.
It is set to expire in 55, and the sync team will monitor the probe to decide how to prioritize mitigating this situation.
Attachment #8746240 -
Flags: feedback?(markh) → review?(benjamin)
Comment 10•9 years ago
|
||
Comment on attachment 8746240 [details]
Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate
https://reviewboard.mozilla.org/r/49329/#review66130
Attachment #8746240 -
Flags: review?(benjamin) → review+
Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 8746240 [details]
Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/49329/diff/2-3/
Attachment #8746240 -
Attachment description: Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate f?markh → Bug 1241699 - Add a telemetry probe measuring sync storage server wipe succeess rate
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Comment 12•9 years ago
|
||
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/47d39d542c7d
Add a telemetry probe measuring sync storage server wipe succeess rate. r=markh r=bsmedberg
Keywords: checkin-needed
Comment 13•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
You need to log in
before you can comment on or make changes to this bug.
Description
•