forked from mozilla-mobile/android-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metrics.yaml
28 lines (25 loc) · 1.04 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
# 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.
labels:
- uncaught_exception
- caught_exception
- native_code_crash
bugs:
- https://bugzilla.mozilla.org/1553935
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1553935#c3
notification_emails:
- android-components-team@mozilla.com
expires: never