metrics.yaml (3141B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at https://mozilla.org/MPL/2.0/. 4 5 --- 6 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 7 $tags: 8 - 'Firefox :: IP Protection' 9 10 ipprotection: 11 enabled: 12 type: boolean 13 description: > 14 True if IP Protection is running. 15 bugs: 16 - https://bugzilla.mozilla.org/show_bug.cgi?id=1972711 17 data_reviews: 18 - https://bugzilla.mozilla.org/show_bug.cgi?id=1972711 19 data_sensitivity: 20 - interaction 21 notification_emails: 22 - kpatenio@mozilla.com 23 expires: never 24 25 toggled: 26 type: event 27 description: > 28 Recorded when IP Protection is toggled. 29 bugs: 30 - https://bugzilla.mozilla.org/show_bug.cgi?id=1972711 31 data_reviews: 32 - https://bugzilla.mozilla.org/show_bug.cgi?id=1972711 33 data_sensitivity: 34 - interaction 35 notification_emails: 36 - kpatenio@mozilla.com 37 expires: never 38 extra_keys: 39 enabled: 40 type: boolean 41 description: > 42 True if IP Protection was turned on. 43 userAction: 44 type: boolean 45 description: > 46 If the VPN was connected or disconnected by a user action. 47 duration: 48 type: string 49 description: > 50 Amount of time the VPN was connnected in a session. 51 click_upgrade_button: 52 type: event 53 description: > 54 This is recorded when a user clicks the upgrade button in the VPN panel. 55 bugs: 56 - https://bugzilla.mozilla.org/show_bug.cgi?id=1972930 57 data_reviews: 58 - https://bugzilla.mozilla.org/show_bug.cgi?id=1972930 59 notification_emails: 60 - rking@mozilla.com 61 expires: never 62 usage_tx: 63 type: memory_distribution 64 memory_unit: byte 65 description: > 66 Bytes transmitted (outgoing) while IP Protection is running. 67 bugs: 68 - https://bugzilla.mozilla.org/show_bug.cgi?id=1976028 69 data_reviews: 70 - https://bugzilla.mozilla.org/show_bug.cgi?id=1976028 71 data_sensitivity: 72 - interaction 73 notification_emails: 74 - sstreich@mozilla.com 75 - vpn-telemetry@mozilla.com 76 expires: never 77 78 usage_rx: 79 type: memory_distribution 80 memory_unit: byte 81 description: > 82 Bytes transmitted (incoming) while IP Protection is running. 83 bugs: 84 - https://bugzilla.mozilla.org/show_bug.cgi?id=1976028 85 data_reviews: 86 - https://bugzilla.mozilla.org/show_bug.cgi?id=1976028 87 data_sensitivity: 88 - interaction 89 notification_emails: 90 - sstreich@mozilla.com 91 - vpn-telemetry@mozilla.com 92 expires: never 93 error: 94 type: event 95 description: > 96 Recorded when the in-panel error message is triggered. 97 bugs: 98 - https://bugzilla.mozilla.org/show_bug.cgi?id=1998500 99 data_reviews: 100 - https://bugzilla.mozilla.org/show_bug.cgi?id=1998500 101 data_sensitivity: 102 - interaction 103 notification_emails: 104 - rking@mozilla.com 105 expires: never 106 extra_keys: 107 source: 108 type: string 109 description: > 110 Module where the error originated.