mozilla / data-review

Templates for Firefox data collection review process (https://wiki.mozilla.org/Firefox/Data_Collection)
Mozilla Public License 2.0
36 stars 100 forks source link

Collect a List of Common Resources for Reviewers #4

Open ghost opened 6 years ago

ghost commented 6 years ago

Would be good to have as many links as previous reviewers have collected. I know that "canonical list" is unrealistic, but anything helps

liuche commented 6 years ago

My most commonly consulted/referenced links are: Data stewarding wiki: https://wiki.mozilla.org/Firefox/Data_Collection Telemetry rtd: https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/telemetry/index.html Examples of Github Telemetry documentation (useful for non-mozilla-central projects, common in mobile): https://github.com/mozilla-mobile/focus-android/wiki/Telemetry The docs in this repo (review, request) Private browsing comes up a lot: https://wiki.mozilla.org/Private_Browsing

@rayborn are these the types of docs you're thinking? I'm not sure about crash stats and Shield docs, so interested to follow along with those too.

ghost commented 6 years ago

I meant more outside the data steward docs, so the Telemetry links, PBM link, etc. I just threw out crash stats since it was in my first data review and I haven't worked with the data source before.

I'll work on what might be interesting in Shield.

Thanks!

PS this came out of a discussion with rweiss to make knowledge transfer more formalized.

rjweiss commented 6 years ago

https://georgf.github.io/fx-data-explorer/ is a good one to keep track of.

Questions around private browsing has led to a proposal captured in issue #6

chutten commented 6 years ago

https://docs.telemetry.mozilla.org/ has information for the "how is this going to be analysed" portion. Of note is how new scalars are automatically added to some datasets (like main_summary) and new histograms are added to others (like longitudinal, but only for opt-out probes)