File: metrics.yaml

package info (click to toggle)
firefox 141.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,550,588 kB
  • sloc: cpp: 7,426,506; javascript: 6,367,238; ansic: 3,707,351; python: 1,369,002; xml: 623,983; asm: 426,918; java: 184,324; sh: 64,488; makefile: 19,203; objc: 13,059; perl: 12,955; yacc: 4,583; cs: 3,846; pascal: 3,352; lex: 1,720; ruby: 1,071; exp: 762; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10
file content (413 lines) | stat: -rw-r--r-- 16,329 bytes parent folder | download | duplicates (3)
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
# 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/.

# Adding a new metric? We have docs for that!
# https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html

---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags:
  - 'Firefox :: Settings UI'

privacy.ui.fpp.click:
  checkbox:
    type: event
    description: >
      User interaction by click events on fingerprinting protection checkbox in
      the ETP Custom subpanel.
    bugs:
      - https://bugzilla.mozilla.org/1841097
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1841097#c8
    notification_emails:
      - tom@mozilla.com
      - tschuster@mozilla.com
      - tihuang@mozilla.com
      - seceng-telemetry@mozilla.com
    expires: never
    extra_keys:
      checked:
        description: The checked state of the fingerprinting protection checkbox
        type: boolean
    telemetry_mirror: PrivacyUiFpp_Click_Checkbox
  menu:
    type: event
    description: >
      User interaction by click events on fingerprinting protection menulist in
      the ETP Custom subpanel.
    bugs:
      - https://bugzilla.mozilla.org/1841097
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1841097#c8
    notification_emails:
      - tom@mozilla.com
      - tschuster@mozilla.com
      - tihuang@mozilla.com
      - seceng-telemetry@mozilla.com
    expires: never
    extra_keys:
      value:
        description: The value of the clicked menu item of the menulist.
        type: string
    telemetry_mirror: PrivacyUiFpp_Click_Menu

network.proxy.settings:
  proxy_type_preference:
    type: event
    description: >
      This metric tracks what proxy types users are choosing in the Network Settings dialog
      at the bottom of about:preferences#general.
      It gets recorded when pressing OK in the dialog box.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1909436
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1909436
    data_sensitivity:
      - interaction
    notification_emails:
      - necko@mozilla.com
      - omansfeld@mozilla.com
    expires: never
    extra_keys:
      value:
        description: >
          Type of proxy that is selected (DIRECT, MANUAL, PAC, WPAD, SYSTEM, OTHER).
        type: string

security.doh.settings:
  mode_changed_button:
    type: event
    description: >
      User changed the TRR mode in about:preferences#privacy settings
      Value is id of the clicked button.
      This event was generated to correspond to the Legacy Telemetry event
      security.doh.settings.mode_changed#button.
    bugs:
      - https://bugzil.la/1829905
    data_reviews:
      - https://bugzil.la/1829905
    notification_emails:
      - vgosu@mozilla.com
      - necko@mozilla.com
    expires: never
    extra_keys:
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
    telemetry_mirror: SecurityDohSettings_ModeChanged_Button

  provider_choice_value:
    type: event
    description: >
      User changed their DoH provider. Recorded value is URL of one of the
      existing providers or "custom".
      This event was generated to correspond to the Legacy Telemetry event
      security.doh.settings.provider_choice#value.
    bugs:
      - https://bugzil.la/1829905
    data_reviews:
      - https://bugzil.la/1829905
    notification_emails:
      - vgosu@mozilla.com
      - necko@mozilla.com
    expires: never
    extra_keys:
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
    telemetry_mirror: SecurityDohSettings_ProviderChoice_Value

intl.ui.browser_language:
  manage_main:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.manage#main.
    bugs: &intl_ui_browserLanguage_manage_bugs
      - https://bugzil.la/1486507
      - https://bugzil.la/1553311
      - https://bugzil.la/1607501
      - https://bugzil.la/1672571
      - https://bugzil.la/1739288
      - https://bugzil.la/1796396
      - https://bugzil.la/1861299
      - https://bugzil.la/1911321
      - https://bugzil.la/1928262
    data_reviews: &intl_ui_browserLanguage_manage_data_reviews
      - https://bugzil.la/1486507
      - https://bugzil.la/1553311
      - https://bugzil.la/1607501
      - https://bugzil.la/1672571
      - https://bugzil.la/1739288
      - https://bugzil.la/1796396
      - https://bugzil.la/1861299
      - https://bugzil.la/1911321
      - https://bugzil.la/1928262
    notification_emails: &intl_ui_browserLanguage_manage_emails
      - earo@mozilla.com
      - flod@mozilla.com
      - mstriemer@mozilla.com
    expires: 148
    extra_keys: &intl_ui_browserLanguage_manage_extra
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
    telemetry_mirror: IntlUiBrowserlanguage_Manage_Main

  search_dialog:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.search#dialog.
    bugs: *intl_ui_browserLanguage_manage_bugs
    data_reviews: *intl_ui_browserLanguage_manage_data_reviews
    notification_emails: *intl_ui_browserLanguage_manage_emails
    expires: 148
    extra_keys: *intl_ui_browserLanguage_manage_extra
    telemetry_mirror: IntlUiBrowserlanguage_Search_Dialog

  search_main:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.search#main.
    bugs: *intl_ui_browserLanguage_manage_bugs
    data_reviews: *intl_ui_browserLanguage_manage_data_reviews
    notification_emails: *intl_ui_browserLanguage_manage_emails
    expires: 148
    extra_keys: *intl_ui_browserLanguage_manage_extra
    telemetry_mirror: IntlUiBrowserlanguage_Search_Main

  add_dialog:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.add#dialog.
    bugs: *intl_ui_browserLanguage_manage_bugs
    data_reviews: *intl_ui_browserLanguage_manage_data_reviews
    notification_emails: *intl_ui_browserLanguage_manage_emails
    expires: 148
    extra_keys:
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
      installId:
        description: >
          The id for an install.
        type: string
    telemetry_mirror: IntlUiBrowserlanguage_Add_Dialog

  remove_dialog:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.remove#dialog.
    bugs: *intl_ui_browserLanguage_manage_bugs
    data_reviews: *intl_ui_browserLanguage_manage_data_reviews
    notification_emails: *intl_ui_browserLanguage_manage_emails
    expires: 148
    extra_keys: *intl_ui_browserLanguage_manage_extra
    telemetry_mirror: IntlUiBrowserlanguage_Remove_Dialog

  reorder_dialog:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.reorder#dialog.
    bugs: *intl_ui_browserLanguage_manage_bugs
    data_reviews: *intl_ui_browserLanguage_manage_data_reviews
    notification_emails: *intl_ui_browserLanguage_manage_emails
    expires: 148
    extra_keys: *intl_ui_browserLanguage_manage_extra
    telemetry_mirror: IntlUiBrowserlanguage_Reorder_Dialog

  reorder_main:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.reorder#main.
    bugs: *intl_ui_browserLanguage_manage_bugs
    data_reviews: *intl_ui_browserLanguage_manage_data_reviews
    notification_emails: *intl_ui_browserLanguage_manage_emails
    expires: 148
    telemetry_mirror: IntlUiBrowserlanguage_Reorder_Main

  apply_main:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.apply#main.
    bugs: *intl_ui_browserLanguage_manage_bugs
    data_reviews: *intl_ui_browserLanguage_manage_data_reviews
    notification_emails: *intl_ui_browserLanguage_manage_emails
    expires: 148
    telemetry_mirror: IntlUiBrowserlanguage_Apply_Main

  accept_dialog:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.accept#dialog.
    bugs: *intl_ui_browserLanguage_manage_bugs
    data_reviews: *intl_ui_browserLanguage_manage_data_reviews
    notification_emails: *intl_ui_browserLanguage_manage_emails
    expires: 148
    extra_keys: *intl_ui_browserLanguage_manage_extra
    telemetry_mirror: IntlUiBrowserlanguage_Accept_Dialog

  cancel_dialog:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.cancel#dialog.
    bugs: *intl_ui_browserLanguage_manage_bugs
    data_reviews: *intl_ui_browserLanguage_manage_data_reviews
    notification_emails: *intl_ui_browserLanguage_manage_emails
    expires: 148
    extra_keys: *intl_ui_browserLanguage_manage_extra
    telemetry_mirror: IntlUiBrowserlanguage_Cancel_Dialog

  set_fallback_dialog:
    type: event
    description: >
      User interactions for the browser language within about-preferences
      in the main pane and in the browser language dialog. Each dialog
      event (on the dialog object, and the manage and search methods of
      the main object) has a value which is a monotonically increasing
      number that links it with other events related to the same dialog
      instance.
      This event was generated to correspond to the Legacy Telemetry event
      intl.ui.browserLanguage.set_fallback#dialog.
    bugs: *intl_ui_browserLanguage_manage_bugs
    data_reviews: *intl_ui_browserLanguage_manage_data_reviews
    notification_emails: *intl_ui_browserLanguage_manage_emails
    expires: 148
    extra_keys: *intl_ui_browserLanguage_manage_extra
    telemetry_mirror: IntlUiBrowserlanguage_SetFallback_Dialog

aboutpreferences:
  show_initial:
    type: event
    description: >
      This is recorded when a pane is shown direclty. This happens
      with or without a hash in the URL. The "general" pane loads
      without such a hash, when the pane is loaded via the "main"
      entrypoints in the menu system or with shortcuts.
      This event was generated to correspond to the Legacy Telemetry event
      aboutpreferences.show#initial.
    bugs: &aboutpreferences_show_bugs
      - https://bugzil.la/1738187
    data_reviews: &aboutpreferences_show_data_reviews
      - https://bugzil.la/1738187
    notification_emails: &aboutpreferences_show_emails
      - pdahiya@mozilla.com
      - gijs@mozilla.com
    expires: never
    extra_keys: &aboutpreferences_show_extra
      value:
        description: >
          identifier of pane shown.
        type: string
    telemetry_mirror: Aboutpreferences_Show_Initial
    no_lint:
      - COMMON_PREFIX

  show_click:
    type: event
    description: >
      This is recorded when a pane is shown when user clicks category
      name inside about:preferences.
      This event was generated to correspond to the Legacy Telemetry event
      aboutpreferences.show#click.
    bugs: *aboutpreferences_show_bugs
    data_reviews: *aboutpreferences_show_data_reviews
    notification_emails: *aboutpreferences_show_emails
    expires: never
    extra_keys: *aboutpreferences_show_extra
    telemetry_mirror: Aboutpreferences_Show_Click
    no_lint:
      - COMMON_PREFIX

  show_hash:
    type: event
    description: >
      This is recorded when a pane is shown via a hash change in url.
      This event was generated to correspond to the Legacy Telemetry event
      aboutpreferences.show#hash.
    bugs: *aboutpreferences_show_bugs
    data_reviews: *aboutpreferences_show_data_reviews
    notification_emails: *aboutpreferences_show_emails
    expires: never
    extra_keys: *aboutpreferences_show_extra
    telemetry_mirror: Aboutpreferences_Show_Hash
    no_lint:
      - COMMON_PREFIX