File: metrics.yaml

package info (click to toggle)
firefox 147.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,683,320 kB
  • sloc: cpp: 7,607,359; javascript: 6,533,295; ansic: 3,775,223; python: 1,415,500; xml: 634,561; asm: 438,949; java: 186,241; sh: 62,752; makefile: 18,079; objc: 13,092; perl: 12,808; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10; exp: 6
file content (337 lines) | stat: -rw-r--r-- 11,306 bytes parent folder | download | duplicates (2)
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
# 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'

first_startup:
  status_code:
    type: quantity
    unit: status code
    description: |
      Status of the FirstStartup service, which runs
      post-install/early-startup in Firefox.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1749345
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1749345
    data_sensitivity:
      - technical
    notification_emails:
      - mconley@mozilla.com
    expires: never
    send_in_pings:
      - first-startup

  elapsed:
    type: quantity
    unit: milliseconds
    description: |
      Number of milliseconds the FirstStartup service took to run.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1749345
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1749345
    data_sensitivity:
      - technical
    notification_emails:
      - mconley@mozilla.com
    expires: never
    send_in_pings:
      - first-startup

  normandy_init_time:
    type: quantity
    unit: milliseconds
    description: >
      Number of milliseconds until Normandy.init resolved in FirstStartup.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1841138
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1841138
    data_sensitivity:
      - technical
    notification_emails:
      - mconley@mozilla.com
    expires: never
    send_in_pings:
      - first-startup

  delete_tasks_time:
    type: quantity
    unit: milliseconds
    description: >
      Number of milliseconds until TaskScheduler.deleteAllTasks resolved in FirstStartup.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1841138
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1841138
    data_sensitivity:
      - technical
    notification_emails:
      - mconley@mozilla.com
    expires: never
    send_in_pings:
      - first-startup

  category_tasks_time:
    type: quantity
    unit: milliseconds
    description: >
      Number of milliseconds until the tasks registered for first-startup-new-profile-task
      have resolved.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2001387
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2001387
    data_sensitivity:
      - technical
    notification_emails:
      - mconley@mozilla.com
    expires: never
    send_in_pings:
      - first-startup

  new_profile:
    type: boolean
    description: >
      True if FirstStartup was initted after a new profile was just created. If
      false, this means that FirstStartup was initted with a pre-existing
      profile, which is a no-op.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1877545
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1749345
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1877545
    data_sensitivity:
      - technical
    notification_emails:
      - mconley@mozilla.com
    expires: never
    send_in_pings:
      - first-startup

service_request:
  bypass_proxy_info:
    type: event
    description: >
      This event is recorded by a small set of services when a proxy
      failure causes a service to re-request with a proxy bypass.  It
      records some basic information such as the type of proxy
      configuration, and the source of the proxy configuration.  The value
      of the event is the name of the service that triggers the event
      (e.g. telemetry, remote-settings).
      This event was generated to correspond to the Legacy Telemetry event
      service_request.bypass#proxy_info.
    bugs:
      - https://bugzil.la/1732792
      - https://bugzil.la/1732793
      - https://bugzil.la/1733481
      - https://bugzil.la/1733994
      - https://bugzil.la/1732388
    data_reviews:
      - https://bugzil.la/1732792
      - https://bugzil.la/1732793
      - https://bugzil.la/1733481
      - https://bugzil.la/1733994
      - https://bugzil.la/1732388
    notification_emails:
      - scaraveo@mozilla.com
    expires: never
    extra_keys:
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
      source:
        description: >
          the source of the proxy configuration.  e.g. policy, prefs or extension_id
        type: string
      type:
        description: >
          the type for the proxy configuration source.  e.g. api or string version of nsIProtocolProxyService.proxyConfigType
        type: string
    telemetry_mirror: Service_request_Bypass_ProxyInfo

jsonfile:
  load_logins:
    type: event
    description: >
      Records when JSONFile.sys.mjs consumers are trying to access a
      missing or corrupt json file. For example, Login Store trying to
      access logins.json when it has gone missing or corrupt.
      This event was generated to correspond to the Legacy Telemetry event
      jsonfile.load#logins.
    bugs: &jsonfile_load_bugs
      - https://bugzil.la/1599567
    data_reviews: &jsonfile_load_data_reviews
      - https://bugzil.la/1599567
    notification_emails: &jsonfile_load_emails
      - prathiksha@mozilla.com
      - passwords-dev@mozilla.org
    expires: never
    extra_keys: &jsonfile_load_extra
      value:
        description: >
          The `value` of the event. Mirrors to the Legacy Telemetry
          event's `value` parameter.
        type: string
    telemetry_mirror: Jsonfile_Load_Logins
    no_lint:
      - COMMON_PREFIX

  load_autofillprofiles:
    type: event
    description: >
      Records when JSONFile.sys.mjs consumers are trying to access a
      missing or corrupt json file. For example, Login Store trying to
      access logins.json when it has gone missing or corrupt.
      This event was generated to correspond to the Legacy Telemetry event
      jsonfile.load#autofillprofiles.
    bugs: *jsonfile_load_bugs
    data_reviews: *jsonfile_load_data_reviews
    notification_emails: *jsonfile_load_emails
    expires: never
    extra_keys: *jsonfile_load_extra
    telemetry_mirror: Jsonfile_Load_Autofillprofiles
    no_lint:
      - COMMON_PREFIX

os.environment:
  allowed_app_sources:
    type: string
    description: >
      Indicates what sources the OS is currently configured to allow apps
      to be installed from. Possible values are "Anywhere",
      "Recommendations", "PreferStore", "StoreOnly", "NoSuchFeature", or
      "Error". "Recommendations" allows installs from anywhere, but
      recommends a comparable app from the store, if available.
      "NoSuchFeature" will be reported on versions of Windows that do not
      have an app source setting.
      This metric was generated to correspond to the Legacy Telemetry
      scalar os.environment.allowed_app_sources.
    bugs:
      - https://bugzil.la/1659157
    data_reviews:
      - https://bugzil.la/1659157
    notification_emails:
      - rtestard@mozilla.com
    expires: never
    telemetry_mirror: OS_ENVIRONMENT_ALLOWED_APP_SOURCES

newtab_page:
  pinned_sites_count:
    type: custom_distribution
    description: >
      Number of pinned sites on the new tab page.

      This metric was generated to correspond to the Legacy Telemetry enumerated
      histogram NEWTAB_PAGE_PINNED_SITES_COUNT.
    range_min: 0
    range_max: 9
    bucket_count: 10
    histogram_type: linear
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - activity-stream@mozilla.com
    expires: never
    telemetry_mirror: NEWTAB_PAGE_PINNED_SITES_COUNT

  blocked_sites_count:
    type: custom_distribution
    description: >
      Number of sites blocked from the new tab page.

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram NEWTAB_PAGE_BLOCKED_SITES_COUNT.
    range_min: 1
    range_max: 100
    bucket_count: 10
    histogram_type: exponential
    unit: sites
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    notification_emails:
      - activity-stream@mozilla.com
    expires: never
    telemetry_mirror: NEWTAB_PAGE_BLOCKED_SITES_COUNT

popup_notification:
  stats:
    type: labeled_custom_distribution
    description: >
      (Bug 1207089) Usage of popup notifications, keyed by ID (0 = Offered, 1..4
      = Action (3 is unused), 5 = Click outside (unused), 6 = Leave page, 7 =
      Use 'X' (unused), 8 = Not now (unused), 10 = Open submenu, 11 = Learn
      more. Add 20 if happened after reopen.)

      This metric was generated to correspond to the Legacy Telemetry enumerated
      histogram POPUP_NOTIFICATION_STATS.
    range_min: 0
    range_max: 40
    bucket_count: 41
    histogram_type: linear
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1207089
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1536454
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1584554
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1207089
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1536454
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1584554
    notification_emails:
      - emz@mozilla.com
    expires: never
    telemetry_mirror: POPUP_NOTIFICATION_STATS

  main_action:
    type: labeled_timing_distribution
    description: >
      (Bug 1207089) Time in ms between initially requesting a popup notification
      and triggering the main action, keyed by ID

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram POPUP_NOTIFICATION_MAIN_ACTION_MS.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1207089
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1584554
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1207089
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1584554
    notification_emails:
      - emz@mozilla.com
    expires: never
    telemetry_mirror: POPUP_NOTIFICATION_MAIN_ACTION_MS

  dismissal:
    type: labeled_timing_distribution
    description: >
      (Bug 1207089) Time in ms between displaying a popup notification and
      dismissing it without an action the first time, keyed by ID

      This metric was generated to correspond to the Legacy Telemetry
      exponential histogram POPUP_NOTIFICATION_DISMISSAL_MS.
    time_unit: millisecond
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1207089
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1584554
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1207089
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1584554
    notification_emails:
      - emz@mozilla.com
    expires: never
    telemetry_mirror: POPUP_NOTIFICATION_DISMISSAL_MS