forked from mozilla-mobile/android-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetrics.yaml
99 lines (87 loc) · 2.4 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# 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
baseline:
## TODO: Some metrics are commented out below until we implement them as part
## of 1497894 and its dependent bugs
# sessions:
# type: counter
# description: |
# The number of foreground sessions since the last ping upload.
# bugs:
# - 1497894
# notification_emails:
# durations:
# type: timespan
# description: |
# The combined duration of all the foreground sessions since the last upload.
# bugs:
# - 1497894
# notification_emails:
os:
type: string
lifetime: application
description: |
The name of the operating system.
bugs:
- 1497894
notification_emails:
# os_version:
# type: string
# lifetime: application
# description: |
# The version of the operating system.
# bugs:
# - 1497894
# notification_emails:
# device:
# type: string
# lifetime: application
# description: |
# The manufacturer and model of the device.
# bugs:
# - 1497894
# notification_emails:
# architecture:
# type: string
# lifetime: application
# description: |
# The architecture of the device, (e.g. "arm", "x86").
# bugs:
# - 1497894
# notification_emails:
# timezone:
# type: number
# description: |
# The timezone of the device, in offset from UTC.
# bugs:
# - 1497894
# notification_emails:
# accessibility_services:
# type: string_list
# description: |
# List of accessibility services enabled on the device.
# bugs:
# - 1497894
# notification_emails:
glean.internal.metrics:
client_id:
type: uuid
description:
A UUID uniquely identifying the client.
send_in_pings:
- glean_ping_info
lifetime: user
bugs:
- 1497894
notification_emails: