Collect denominators for use counters in release
Categories
(Toolkit :: Telemetry, task)
Tracking
()
People
(Reporter: tdsmith, Assigned: tdsmith)
References
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
jcristau
:
approval-mozilla-release+
|
Details | Review |
2.17 KB,
text/plain
|
bmiroglio
:
data-review+
|
Details |
Use counters encode the count of documents that have used a given platform feature. The CONTENT_DOCUMENTS_DESTROYED and TOP_LEVEL_CONTENT_DOCUMENTS_DESTROYED probes, as implemented in bug 1204994, are the denominators for the use counters.
Bug 1477433 began collecting use counters in release, but the denominators are still only recorded in prerelease. We need to flag the denominator histograms for collection in release.
Assignee | ||
Comment 1•5 years ago
|
||
Use counters are collected in release as of bug 1477433. Per bug 1204994, use counters need to be interpreted relative to CONTENT_DOCUMENTS_DESTROYED and TOP_LEVEL_CONTENT_DOCUMENTS_DESTROYED, so these need to be collected in release, as well.
Also cleans up probe definitions and removes from whitelists.
Comment hidden (obsolete) |
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
Comment 7•5 years ago
|
||
bugherder |
Assignee | ||
Comment 8•5 years ago
|
||
Comment on attachment 9081336 [details]
Bug 1569672 - Collect use counter denominators in release
Beta/Release Uplift Approval Request
- User impact if declined: These probes make it possible to interpret the use counters that have shipped in release. Having these probes available will help us make better webcompat decisions sooner.
- Is this code covered by automated tests?: Unknown
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Not risky; change limited to histogram definitions.
- String changes made/needed: none
Comment 9•5 years ago
|
||
Comment on attachment 9081336 [details]
Bug 1569672 - Collect use counter denominators in release
If possible, getting this out in the next dot release would be super helpful for current webcompat metrics efforts.
Comment 10•5 years ago
|
||
Comment on attachment 9081336 [details]
Bug 1569672 - Collect use counter denominators in release
Improvements to use counters so we can better interpret the data coming from them. Approved for 69.0b10.
I'm less enthusiastic about uplifting to release for 68.0.2, however. This doesn't appear to be fixing any user-facing issue or a big regression shipped. What webcompat decisions are going to be made easier by getting newer data from this probe a month before we ship Fx69?
Comment 11•5 years ago
|
||
bugherder uplift |
Assignee | ||
Comment 12•5 years ago
|
||
I'm less enthusiastic about uplifting to release for 68.0.2, however. This doesn't appear to be fixing any user-facing issue or a big regression shipped. What webcompat decisions are going to be made easier by getting newer data from this probe a month before we ship Fx69?
I'm working with Mike (who's on PTO for the next few days) to produce metrics for Firefox webcompat in support of the Gecko codevelopment goal. The specific things I want to do soon are a) to compare numbers coming out of our use counter infrastructure with Chrome's use counter data to understand whether they're comparable, and b) to compare use counter numbers with crawls that we're going to start piloting this month to understand whether they're comparable. Ultimately, we want to count attempts by web pages to use APIs that we don't support, and we think that a use-counter-like mechanism will be the way to go. If our use counters indicate something radically different from the other datasets, we'll want to figure out why. Waiting for beta (for which: thanks!) won't kill us, but riding along would help remove some risk from our schedule, which is targeting late September for our key deliverables.
Comment 13•5 years ago
|
||
How do bugs like 1568950 affect that data and its analysis?
Comment 14•5 years ago
|
||
Comment on attachment 9081336 [details]
Bug 1569672 - Collect use counter denominators in release
anyway.. I guess we can take this as a ride along, assuming there are no perf implications to enabling that collection on release. approved for 68.0.2.
Comment 15•5 years ago
|
||
bugherder uplift |
Description
•