-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmetrics.yaml
235 lines (234 loc) · 6.89 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
startup_event:
date_started:
type: datetime
lifetime: ping
send_in_pings:
- events
description: |
The date and time the extension was started up
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
browser_type:
type: string
lifetime: ping
send_in_pings:
- events
description: |
The name of the browser the extension is running on
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
browser_language_locale:
type: string
lifetime: ping
send_in_pings:
- events
description: |
The user's preferred language of the browser
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
extension_language_locale:
type: string
lifetime: ping
send_in_pings:
- events
description: |
The language of the extension
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
is_pinned:
type: boolean
lifetime: ping
send_in_pings:
- events
description: |
Whether or not the action button is pinned to the toolbar
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
hotkeys:
type: labeled_string
lifetime: ping
send_in_pings:
- events
description: |
Which hotkeys are set for each command
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
browser_name:
type: string
lifetime: ping
send_in_pings:
- events
description: |
The name of the user's browser
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
browser_version:
type: string
lifetime: ping
send_in_pings:
- events
description: |
The version of the user's browser
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
external_browser:
type: string
lifetime: ping
send_in_pings:
- events
description: |
The name of the user's set external browser (Firefox only)
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
os_name:
type: string
lifetime: ping
send_in_pings:
- events
description: |
The name of the user's OS
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
os_version:
type: string
lifetime: ping
send_in_pings:
- events
description: |
The version of the user's OS
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
launch_event:
browser_launch:
type: event
lifetime: ping
description: |
The user launched the browser from the action button
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
extra_keys:
browser:
description: The browser that was launched
type: string
source:
description: Where the browser was launched from
type: string
failed_browser_launch:
type: event
lifetime: ping
description: |
The browser did not launch due to a native messaging host fault. (Chromium Only)
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never
extra_keys:
command:
description: The command used within the NMH. LaunchFirefox/LaunchFirefoxPrivate
type: string
native_messaging_host:
description: The id of the NMH used to launch the browser, which equates to the build channel and only to the build channel.
type: string
message:
description: The error message
type: string
setting_event:
current_browser:
type: event
lifetime: ping
description: The external browser has been changed
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
extra_keys:
from:
description: The previously set browser
type: string
to:
description: The newly set external browser
type: string
source:
description: The location that this setting was changed from
type: string
expires: never
telemetry_event:
telemetry_id:
type: string
lifetime: ping
send_in_pings:
- events
description: The ID used to link the extensions and firefox together
bugs:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
data_reviews:
- https://github.com/mozilla-extensions/firefox-bridge/issues/87
notification_emails:
expires: never