File: metrics.yaml

package info (click to toggle)
firefox 144.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,637,504 kB
  • sloc: cpp: 7,576,692; javascript: 6,430,831; ansic: 3,748,119; python: 1,398,978; xml: 628,810; asm: 438,679; java: 186,194; sh: 63,212; makefile: 19,159; objc: 13,086; perl: 12,986; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; exp: 762; php: 436; lisp: 258; awk: 247; sql: 66; sed: 53; csh: 10
file content (497 lines) | stat: -rw-r--r-- 17,958 bytes parent folder | download | duplicates (12)
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
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
# 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:
  - 'Toolkit :: General'

security.doh.neterror:
  load_dohwarning:
    type: event
    description: >
      The DoH warning page is loaded.
      This event was generated to correspond to the Legacy Telemetry event
      security.doh.neterror.load#dohwarning.
    bugs:
      - https://bugzil.la/1829342
    data_reviews:
      - https://bugzil.la/1829342
    notification_emails:
      - necko@mozilla.com
      - kershaw@mozilla.com
    expires: never
    extra_keys:
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
      mode:
        description: >
          Current TRR mode
        type: quantity
      provider_key:
        description: >
          TRR provider
        type: string
      skip_reason:
        description: >
          The reason why DoH request is failed
        type: string
    telemetry_mirror: SecurityDohNeterror_Load_Dohwarning

  click_try_again_button:
    type: event
    description: >
      User interaction by click buttons on the DoH warning page.
      This event was generated to correspond to the Legacy Telemetry event
      security.doh.neterror.click#try_again_button.
    bugs: &security_doh_neterror_click_bugs
      - https://bugzil.la/1829342
    data_reviews: &security_doh_neterror_click_data_reviews
      - https://bugzil.la/1829342
    notification_emails: &security_doh_neterror_click_emails
      - necko@mozilla.com
      - kershaw@mozilla.com
    expires: never
    extra_keys: &security_doh_neterror_click_extra
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
      mode:
        description: >
          Current TRR mode
        type: string
      provider_key:
        description: >
          TRR provider
        type: string
      skip_reason:
        description: >
          The reason why DoH request is failed
        type: string
    telemetry_mirror: SecurityDohNeterror_Click_TryAgainButton

  click_add_exception_button:
    type: event
    description: >
      User interaction by click buttons on the DoH warning page.
      This event was generated to correspond to the Legacy Telemetry event
      security.doh.neterror.click#add_exception_button.
    bugs: *security_doh_neterror_click_bugs
    data_reviews: *security_doh_neterror_click_data_reviews
    notification_emails: *security_doh_neterror_click_emails
    expires: never
    extra_keys: *security_doh_neterror_click_extra
    telemetry_mirror: SecurityDohNeterror_Click_AddExceptionButton

  click_settings_button:
    type: event
    description: >
      User interaction by click buttons on the DoH warning page.
      This event was generated to correspond to the Legacy Telemetry event
      security.doh.neterror.click#settings_button.
    bugs: *security_doh_neterror_click_bugs
    data_reviews: *security_doh_neterror_click_data_reviews
    notification_emails: *security_doh_neterror_click_emails
    expires: never
    extra_keys: *security_doh_neterror_click_extra
    telemetry_mirror: SecurityDohNeterror_Click_SettingsButton

  click_continue_button:
    type: event
    description: >
      User interaction by click buttons on the DoH warning page.
      This event was generated to correspond to the Legacy Telemetry event
      security.doh.neterror.click#continue_button.
    bugs: *security_doh_neterror_click_bugs
    data_reviews: *security_doh_neterror_click_data_reviews
    notification_emails: *security_doh_neterror_click_emails
    expires: never
    extra_keys: *security_doh_neterror_click_extra
    telemetry_mirror: SecurityDohNeterror_Click_ContinueButton

  click_disable_warning:
    type: event
    description: >
      User interaction by click buttons on the DoH warning page.
      This event was generated to correspond to the Legacy Telemetry event
      security.doh.neterror.click#disable_warning.
    bugs: *security_doh_neterror_click_bugs
    data_reviews: *security_doh_neterror_click_data_reviews
    notification_emails: *security_doh_neterror_click_emails
    expires: never
    extra_keys: *security_doh_neterror_click_extra
    telemetry_mirror: SecurityDohNeterror_Click_DisableWarning

  click_learn_more_link:
    type: event
    description: >
      User interaction by click buttons on the DoH warning page.
      This event was generated to correspond to the Legacy Telemetry event
      security.doh.neterror.click#learn_more_link.
    bugs: *security_doh_neterror_click_bugs
    data_reviews: *security_doh_neterror_click_data_reviews
    notification_emails: *security_doh_neterror_click_emails
    expires: never
    extra_keys: *security_doh_neterror_click_extra
    telemetry_mirror: SecurityDohNeterror_Click_LearnMoreLink

security.ui.certerror:
  load_aboutcerterror:
    type: event
    description: >
      The about:certerror page is loaded, keyed by error code, see
      https://searchfox.org/mozilla-
      central/source/security/nss/lib/mozpkix/include/pkix/Result.h
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.certerror.load#aboutcerterror.
    bugs:
      - https://bugzil.la/1484255
      - https://bugzil.la/1505310
      - https://bugzil.la/1553181
      - https://bugzil.la/1629826
    data_reviews:
      - https://bugzil.la/1484255
      - https://bugzil.la/1505310
      - https://bugzil.la/1553181
      - https://bugzil.la/1629826
    notification_emails:
      - jhofmann@mozilla.com
      - rtestard@mozilla.com
      - seceng-telemetry@mozilla.com
    expires: never
    extra_keys:
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
      is_frame:
        description: >
          If the error page is loaded in an iframe.
        type: boolean
      has_sts:
        description: >
          If the error page is for a site with HSTS headers or with a pinned key.
        type: boolean
      channel_status:
        description: >
          The status of the failed channel, as an nsresult.
        type: quantity
      issued_by_cca:
        description: >
          If trusting the CCA India roots would fix this error.
        type: boolean
    telemetry_mirror: SecurityUiCerterror_Load_Aboutcerterror

  click_advanced_button:
    type: event
    description: >
      User interaction by click events on the cert error page. Keyed by
      error code, see https://searchfox.org/mozilla-
      central/source/security/nss/lib/mozpkix/include/pkix/Result.h
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.certerror.click#advanced_button.
    bugs: &security_ui_certerror_click_bugs
      - https://bugzil.la/1484255
      - https://bugzil.la/1505310
      - https://bugzil.la/1553181
      - https://bugzil.la/1629826
    data_reviews: &security_ui_certerror_click_data_reviews
      - https://bugzil.la/1484255
      - https://bugzil.la/1505310
      - https://bugzil.la/1553181
      - https://bugzil.la/1629826
    notification_emails: &security_ui_certerror_click_emails
      - jhofmann@mozilla.com
      - rtestard@mozilla.com
      - seceng-telemetry@mozilla.com
    expires: never
    extra_keys: &security_ui_certerror_click_extra
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
      is_frame:
        description: >
          If the error page is loaded in an iframe.
        type: boolean
      has_sts:
        description: >
          If the error page is for a site with HSTS headers or with a pinned key.
        type: boolean
    telemetry_mirror: SecurityUiCerterror_Click_AdvancedButton

  click_exception_button:
    type: event
    description: >
      User interaction by click events on the cert error page. Keyed by
      error code, see https://searchfox.org/mozilla-
      central/source/security/nss/lib/mozpkix/include/pkix/Result.h
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.certerror.click#exception_button.
    bugs: *security_ui_certerror_click_bugs
    data_reviews: *security_ui_certerror_click_data_reviews
    notification_emails: *security_ui_certerror_click_emails
    expires: never
    extra_keys: *security_ui_certerror_click_extra
    telemetry_mirror: SecurityUiCerterror_Click_ExceptionButton

  click_return_button_top:
    type: event
    description: >
      User interaction by click events on the cert error page. Keyed by
      error code, see https://searchfox.org/mozilla-
      central/source/security/nss/lib/mozpkix/include/pkix/Result.h
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.certerror.click#return_button_top.
    bugs: *security_ui_certerror_click_bugs
    data_reviews: *security_ui_certerror_click_data_reviews
    notification_emails: *security_ui_certerror_click_emails
    expires: never
    extra_keys: *security_ui_certerror_click_extra
    telemetry_mirror: SecurityUiCerterror_Click_ReturnButtonTop

  click_return_button_adv:
    type: event
    description: >
      User interaction by click events on the cert error page. Keyed by
      error code, see https://searchfox.org/mozilla-
      central/source/security/nss/lib/mozpkix/include/pkix/Result.h
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.certerror.click#return_button_adv.
    bugs: *security_ui_certerror_click_bugs
    data_reviews: *security_ui_certerror_click_data_reviews
    notification_emails: *security_ui_certerror_click_emails
    expires: never
    extra_keys: *security_ui_certerror_click_extra
    telemetry_mirror: SecurityUiCerterror_Click_ReturnButtonAdv

  click_learn_more_link:
    type: event
    description: >
      User interaction by click events on the cert error page. Keyed by
      error code, see https://searchfox.org/mozilla-
      central/source/security/nss/lib/mozpkix/include/pkix/Result.h
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.certerror.click#learn_more_link.
    bugs: *security_ui_certerror_click_bugs
    data_reviews: *security_ui_certerror_click_data_reviews
    notification_emails: *security_ui_certerror_click_emails
    expires: never
    extra_keys: *security_ui_certerror_click_extra
    telemetry_mirror: SecurityUiCerterror_Click_LearnMoreLink

  click_auto_report_cb:
    type: event
    description: >
      User interaction by click events on the cert error page. Keyed by
      error code, see https://searchfox.org/mozilla-
      central/source/security/nss/lib/mozpkix/include/pkix/Result.h
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.certerror.click#auto_report_cb.
    bugs: *security_ui_certerror_click_bugs
    data_reviews: *security_ui_certerror_click_data_reviews
    notification_emails: *security_ui_certerror_click_emails
    expires: never
    extra_keys: *security_ui_certerror_click_extra
    telemetry_mirror: SecurityUiCerterror_Click_AutoReportCb

  click_error_code_link:
    type: event
    description: >
      User interaction by click events on the cert error page. Keyed by
      error code, see https://searchfox.org/mozilla-
      central/source/security/nss/lib/mozpkix/include/pkix/Result.h
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.certerror.click#error_code_link.
    bugs: *security_ui_certerror_click_bugs
    data_reviews: *security_ui_certerror_click_data_reviews
    notification_emails: *security_ui_certerror_click_emails
    expires: never
    extra_keys: *security_ui_certerror_click_extra
    telemetry_mirror: SecurityUiCerterror_Click_ErrorCodeLink

  click_clipboard_button_top:
    type: event
    description: >
      User interaction by click events on the cert error page. Keyed by
      error code, see https://searchfox.org/mozilla-
      central/source/security/nss/lib/mozpkix/include/pkix/Result.h
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.certerror.click#clipboard_button_top.
    bugs: *security_ui_certerror_click_bugs
    data_reviews: *security_ui_certerror_click_data_reviews
    notification_emails: *security_ui_certerror_click_emails
    expires: never
    extra_keys: *security_ui_certerror_click_extra
    telemetry_mirror: SecurityUiCerterror_Click_ClipboardButtonTop

  click_clipboard_button_bot:
    type: event
    description: >
      User interaction by click events on the cert error page. Keyed by
      error code, see https://searchfox.org/mozilla-
      central/source/security/nss/lib/mozpkix/include/pkix/Result.h
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.certerror.click#clipboard_button_bot.
    bugs: *security_ui_certerror_click_bugs
    data_reviews: *security_ui_certerror_click_data_reviews
    notification_emails: *security_ui_certerror_click_emails
    expires: never
    extra_keys: *security_ui_certerror_click_extra
    telemetry_mirror: SecurityUiCerterror_Click_ClipboardButtonBot

security.ui.tlserror:
  load_abouttlserror:
    type: event
    description: >
      The about:neterror page is loaded with a TLS error or non-
      overridable certificate error, keyed by error code.
      This event was generated to correspond to the Legacy Telemetry event
      security.ui.tlserror.load#abouttlserror.
    bugs:
      - https://bugzil.la/1881335
    data_reviews:
      - https://bugzil.la/1881335
    notification_emails:
      - dkeeler@mozilla.com
      - seceng-telemetry@mozilla.com
    expires: never
    extra_keys:
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
      is_frame:
        description: >
          If the error page is loaded in an iframe.
        type: boolean
      channel_status:
        description: >
          The status of the failed channel, as an nsresult.
        type: quantity
    telemetry_mirror: SecurityUiTlserror_Load_Abouttlserror

findbar:
  shown:
    type: counter
    description: >
      The count of how many times the "Find toolbar" was shown per
      session.
      This metric was generated to correspond to the Legacy Telemetry
      scalar findbar.shown.
    bugs:
      - https://bugzil.la/1627688
    data_reviews:
      - https://bugzil.la/1627688
    notification_emails:
      - rtestard@mozilla.com
    expires: never
    telemetry_mirror: FINDBAR_SHOWN

  find_prev:
    type: counter
    description: >
      The count of how many times the find previous button was used per
      session.
      This metric was generated to correspond to the Legacy Telemetry
      scalar findbar.find_prev.
    bugs:
      - https://bugzil.la/1627688
    data_reviews:
      - https://bugzil.la/1627688
    notification_emails:
      - rtestard@mozilla.com
    expires: never
    telemetry_mirror: FINDBAR_FIND_PREV

  find_next:
    type: counter
    description: >
      The count of how many times the find next button was used per
      session.
      This metric was generated to correspond to the Legacy Telemetry
      scalar findbar.find_next.
    bugs:
      - https://bugzil.la/1627688
    data_reviews:
      - https://bugzil.la/1627688
    notification_emails:
      - rtestard@mozilla.com
    expires: never
    telemetry_mirror: FINDBAR_FIND_NEXT

  highlight_all:
    type: counter
    description: >
      The count of how many times the "Highlight All" button was used in
      find toolbar.
      This metric was generated to correspond to the Legacy Telemetry
      scalar findbar.highlight_all.
    bugs:
      - https://bugzil.la/1627688
    data_reviews:
      - https://bugzil.la/1627688
    notification_emails:
      - rtestard@mozilla.com
    expires: never
    telemetry_mirror: FINDBAR_HIGHLIGHT_ALL

  match_case:
    type: counter
    description: >
      The count of how many times the "Match Case" button was used in find
      toolbar.
      This metric was generated to correspond to the Legacy Telemetry
      scalar findbar.match_case.
    bugs:
      - https://bugzil.la/1627688
    data_reviews:
      - https://bugzil.la/1627688
    notification_emails:
      - rtestard@mozilla.com
    expires: never
    telemetry_mirror: FINDBAR_MATCH_CASE

  match_diacritics:
    type: counter
    description: >
      The count of how many times the "Match Diacritics" button was used
      in find toolbar.
      This metric was generated to correspond to the Legacy Telemetry
      scalar findbar.match_diacritics.
    bugs:
      - https://bugzil.la/1627688
    data_reviews:
      - https://bugzil.la/1627688
    notification_emails:
      - rtestard@mozilla.com
    expires: never
    telemetry_mirror: FINDBAR_MATCH_DIACRITICS

  whole_words:
    type: counter
    description: >
      The count of how many times the "Whole Words" button was used in
      find toolbar.
      This metric was generated to correspond to the Legacy Telemetry
      scalar findbar.whole_words.
    bugs:
      - https://bugzil.la/1627688
    data_reviews:
      - https://bugzil.la/1627688
    notification_emails:
      - rtestard@mozilla.com
    expires: never
    telemetry_mirror: FINDBAR_WHOLE_WORDS