metrics.yaml (1385B)
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 http://mozilla.org/MPL/2.0/. 4 5 # Adding a new metric? We have docs for that! 6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html 7 8 --- 9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 10 $tags: 11 - 'Firefox :: Keyboard Navigation' 12 13 browser.customkeys: 14 actions: 15 type: labeled_counter 16 description: > 17 The actions taken in about:keyboard. 18 labels: 19 - change 20 - clear 21 - reset 22 - reset_all 23 bugs: 24 - https://bugzilla.mozilla.org/show_bug.cgi?id=1635774 25 data_reviews: 26 - https://bugzilla.mozilla.org/show_bug.cgi?id=1635774 27 data_sensitivity: 28 - interaction 29 notification_emails: 30 - accessibility@mozilla.com 31 - jteh@mozilla.com 32 - kbryant@mozilla.com 33 expires: 154 34 35 opened: 36 type: counter 37 description: > 38 Number of times about:keyboard has been opened. 39 bugs: 40 - https://bugzilla.mozilla.org/show_bug.cgi?id=1635774 41 data_reviews: 42 - https://bugzilla.mozilla.org/show_bug.cgi?id=1635774 43 data_sensitivity: 44 - interaction 45 notification_emails: 46 - accessibility@mozilla.com 47 - jteh@mozilla.com 48 - kbryant@mozilla.com 49 expires: 154