forked from mozilla-mobile/android-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metrics.yaml
38 lines (34 loc) · 1.41 KB
/
metrics.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# This file defines the metrics that are recorded by glean telemetry. They are
# automatically converted to Kotlin code at build time using the `glean_parser`
# PyPI package.
---
$schema: moz://mozilla.org/schemas/glean/metrics/1-0-0
crash_metrics:
crash_count:
type: labeled_counter
description: >
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` replaced by `fatal_native_code_crash`
and `nonfatal_native_code_crash`
labels:
- uncaught_exception
- caught_exception
- fatal_native_code_crash
- nonfatal_native_code_crash
bugs:
- https://bugzilla.mozilla.org/1553935
- https://github.com/mozilla-mobile/android-components/issues/5175
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1553935#c3
- https://github.com/mozilla-mobile/android-components/pull/5700#pullrequestreview-347721248
data_sensitivity:
- technical
notification_emails:
- android-components-team@mozilla.com
expires: never