Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 2.39 KB

File metadata and controls

30 lines (17 loc) · 2.39 KB

Metrics

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.

Pings

metrics

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
  • uncaught_exception
  • caught_exception
  • main_proc_native_code_crash
  • fg_proc_native_code_crash
  • bg_proc_native_code_crash
  • fatal_native_code_crash
  • nonfatal_native_code_crash
never 1

Data categories are defined here.