This document enumerates the metrics collected by this project using the Glean SDK. This project may depend on other projects which also collect metrics. This means you might have to go searching through the dependency tree to get a full picture of everything collected by this project.
This is a built-in ping that is assembled out of the box by the Glean SDK.
See the Glean SDK documentation for the metrics
ping.
All Glean pings contain built-in metrics in the ping_info
and client_info
sections.
In addition to those built-in metrics, the following metrics are added to the ping:
Name | Type | Description | Data reviews | Extras | Expiration | Data Sensitivity |
---|---|---|---|---|---|---|
crash_metrics.crash_count | labeled_counter | Counts the number of crashes that occur in the application. This measures only the counts of each crash in association with the labeled type of the crash. The labels correspond to the types of crashes handled by lib-crash. Deprecated: native_code_crash , fatal_native_code_crash and nonfatal_native_code_crash replaced by main_proc_native_code_crash , fg_proc_native_code_crash and bg_proc_native_code_crash . |
Bug 1553935, mozilla-mobile/android-components#5700, mozilla-mobile/android-components#11908 |
|
never | 1 |
Data categories are defined here.