canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
MarkFinkle (talk | contribs) mNo edit summary |
MarkFinkle (talk | contribs) mNo edit summary |
||
| Line 15: | Line 15: | ||
*[https://gecko.readthedocs.org/en/latest/toolkit/components/telemetry/telemetry/index.html Telemetry docs]: Some of this is used on both desktop and Android, but some of it is specific to desktop only. Use caution when reading these docs in a mobile context. | *[https://gecko.readthedocs.org/en/latest/toolkit/components/telemetry/telemetry/index.html Telemetry docs]: Some of this is used on both desktop and Android, but some of it is specific to desktop only. Use caution when reading these docs in a mobile context. | ||
*[https://gecko.readthedocs.org/en/latest/mobile/android/fennec/uitelemetry.html UI telemetry]: Mobile-specific UI telemetry implementation. You can query this data with re:dash, or look at the [https://people.mozilla.org/~mfinkle/uitelemetry/ UI telemetry dashboard]. | *[https://gecko.readthedocs.org/en/latest/mobile/android/fennec/uitelemetry.html UI telemetry]: Mobile-specific UI telemetry implementation. You can query this data with re:dash, or look at the [https://people.mozilla.org/~mfinkle/uitelemetry/ UI telemetry dashboard]. | ||
*[https://gecko.readthedocs.org/en/latest/toolkit/components/telemetry/telemetry/core-ping.html Core ping]: New opt-out telemetry ping that we're working on to replace FHR. | *[https://gecko.readthedocs.org/en/latest/toolkit/components/telemetry/telemetry/core-ping.html Core ping]: New opt-out telemetry ping that we're working on to replace FHR. | ||
=== Exploring Telemetry Data === | |||
*[https://telemetry.mozilla.org/ Histogram dashboard]: Histogram probes are used mostly for engineering metrics. They are not as useful for product decisions, and we may stop sending histogram telemetry data on mobile. | *[https://telemetry.mozilla.org/ Histogram dashboard]: Histogram probes are used mostly for engineering metrics. They are not as useful for product decisions, and we may stop sending histogram telemetry data on mobile. | ||
*[https://analysis.telemetry.mozilla.org/ Self-serve telemetry analysis]: IPython-based notebooks, great for doing more hardcore, specific telemetry analysis. Also used to create [https://en.wikipedia.org/wiki/Extract,_transform,_load ETL] scripts which load data into other systems. | *[https://analysis.telemetry.mozilla.org/ Self-serve telemetry analysis]: IPython-based notebooks, great for doing more hardcore, specific telemetry analysis. Also used to create [https://en.wikipedia.org/wiki/Extract,_transform,_load ETL] scripts which load data into other systems. | ||
*[https://people.mozilla.org/~mfinkle/uitelemetry/ UI telemetry dashboard]: Simple pivot-table summary of UI Telemetry. Re:dash can replicate the table, so we'll probably be moving away from this dashboard. | |||
*[https://sql.telemetry.mozilla.org/ Re:dash via SQL]: Handy tool for performing analysis against telemetry data. Right now this only includes opt-in telemetry data. Learn more about the data structure and how to query in this [[Mobile/Metrics/Redash|guide]]. | |||
=== Deprecated === | === Deprecated === | ||
*[https://metrics.services.mozilla.com/fennec-dashboard/ Executive metrics]: Mostly not useful since we removed FHR. | *[https://metrics.services.mozilla.com/fennec-dashboard/ Executive metrics]: Mostly not useful since we removed FHR, but will a re-booted version is planned. | ||
== Stability and Performance == | == Stability and Performance == | ||