File: metrics.yaml

package info (click to toggle)
firefox 149.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,767,760 kB
  • sloc: cpp: 7,416,064; javascript: 6,752,859; ansic: 3,774,850; python: 1,250,473; xml: 641,578; asm: 439,191; java: 186,617; sh: 56,634; makefile: 18,856; objc: 13,092; perl: 12,763; pascal: 5,960; yacc: 4,583; cs: 3,846; lex: 1,720; ruby: 1,002; php: 436; lisp: 258; awk: 105; sql: 66; sed: 53; csh: 10; exp: 6
file content (239 lines) | stat: -rw-r--r-- 6,964 bytes parent folder | download
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
# 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 https://mozilla.org/MPL/2.0/.

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

ipprotection:
  alert_button_clicked:
    type: event
    description: >
      Recorded when a user clicks "Continue without VPN" or "Close all tabs" in the VPN alert.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2020503
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2020503
    data_sensitivity:
      - interaction
    notification_emails:
      - kpatenio@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never
    extra_keys:
      buttonType:
        type: quantity
        description: >
          Action taken by the user, represented as an integer.
          0 = continue without VPN
          1 = close all tabs
      reason:
        type: string
        description: >
          Reason why the alert was triggered: "paused" or "error".
  started:
    type: event
    description: >
      Recorded when IP Protection is started.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017486
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017486
    data_sensitivity:
      - interaction
    notification_emails:
      - kpatenio@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never
    extra_keys:
      userAction:
        type: boolean
        description: >
          If the VPN was connected by a user action.
      inPrivateBrowsing:
        type: boolean
        description: >
          True if IP Protection was started in a private browsing window.

  stopped:
    type: event
    description: >
      Recorded when IP Protection is stopped.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017486
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017486
    data_sensitivity:
      - interaction
    notification_emails:
      - kpatenio@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never
    extra_keys:
      userAction:
        type: boolean
        description: >
          If the VPN was disconnected by a user action.
      duration:
        type: string
        description: >
          Amount of time the VPN was connected in a session.
  click_upgrade_button:
    type: event
    description: >
      This is recorded when a user clicks the upgrade button in the VPN panel.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1972930
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1972930
    notification_emails:
      - rking@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never
  removed_from_toolbar:
    type: event
    description: >
      Recorded when the IP Protection widget is removed from the toolbar.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017739
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017739
    data_sensitivity:
      - interaction
    notification_emails:
      - mhynson@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never

  bandwidth_used_threshold:
    type: event
    description: >
      Recorded when the percentage of bandwidth used crosses a threshold of 50,
      75, or 90%.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017744
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017744
    data_sensitivity:
      - interaction
    notification_emails:
      - mhynson@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never
    extra_keys:
      percentage:
        type: quantity
        description: >
          The bandwidth usage threshold that was crossed (50, 75, or 90).

  error:
    type: event
    description: >
      Recorded when the in-panel error message is triggered.
    bugs:
     - https://bugzilla.mozilla.org/show_bug.cgi?id=1998500
    data_reviews:
     - https://bugzilla.mozilla.org/show_bug.cgi?id=1998500
    data_sensitivity:
     - interaction
    notification_emails:
      - rking@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never
    extra_keys:
      source:
        type: string
        description: >
          Module where the error originated.

  exclusion_added:
    type: counter
    description: >
      Recorded when a site exclusion is added.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017487
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017487
    data_sensitivity:
      - interaction
    notification_emails:
      - kpatenio@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never

  exclusion_toggled:
    type: event
    description: >
      Recorded when a site exclusion is added or removed using the panel toggle UI.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017487
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017487
    data_sensitivity:
      - interaction
    notification_emails:
      - kpatenio@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never
    extra_keys:
      excluded:
        type: boolean
        description: >
          True if the site was excluded (VPN disabled for site).
          False if the exclusion was removed (VPN re-enabled for site).

  paused:
    type: event
    description: >
      Recorded when the IPP Proxy manager is set to the paused state.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998500
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1998500
    data_sensitivity:
      - interaction
    notification_emails:
      - vpn-telemetry@mozilla.com
    expires: never
    extra_keys:
      wasActive:
        type: boolean
        description: >
          True if the previous state was the active state, otherwise false.

  get_started:
    type: event
    description: >
      Recorded when the user clicks the get started button in the panel or settings.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017484
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017484
    data_sensitivity:
      - interaction
    notification_emails:
      - fchasen@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never

  enrollment:
    type: event
    description: >
      Recorded when an account has been enrolled after completing the sign up flow.
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017484
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=2017484
    data_sensitivity:
      - interaction
    notification_emails:
      - fchasen@mozilla.com
      - vpn-telemetry@mozilla.com
    expires: never
    extra_keys:
      enrolled:
        type: boolean
        description: >
          True if the enrollment finished successfully.