metrics.yaml (5018B)
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 - 'DevTools :: Accessibility Tools' 12 13 devtools.accessibility: 14 node_inspected_count: 15 type: counter 16 description: > 17 Number of times a DOM node was inspected from within the 18 Accessibility tool. 19 This metric was generated to correspond to the Legacy Telemetry 20 scalar devtools.accessibility.node_inspected_count. 21 bugs: 22 - https://bugzil.la/1447302 23 - https://bugzil.la/1503568 24 - https://bugzil.la/1587985 25 data_reviews: 26 - https://bugzil.la/1447302 27 - https://bugzil.la/1503568 28 - https://bugzil.la/1587985 29 notification_emails: 30 - dev-developer-tools@lists.mozilla.org 31 - accessibility@mozilla.com 32 expires: never 33 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_NODE_INSPECTED_COUNT 34 35 select_accessible_for_node: 36 type: labeled_counter 37 description: > 38 Number of times an accessible object was inspected from outside the 39 Accessibility tool (navigation to Accessibility panel). Keyed by the 40 source of user action (inspector context menu, browser context menu, 41 etc). 42 This metric was generated to correspond to the Legacy Telemetry 43 scalar devtools.accessibility.select_accessible_for_node. 44 bugs: 45 - https://bugzil.la/1447302 46 - https://bugzil.la/1503568 47 - https://bugzil.la/1587985 48 data_reviews: 49 - https://bugzil.la/1447302 50 - https://bugzil.la/1503568 51 - https://bugzil.la/1587985 52 notification_emails: 53 - dev-developer-tools@lists.mozilla.org 54 - accessibility@mozilla.com 55 expires: never 56 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_SELECT_ACCESSIBLE_FOR_NODE 57 58 accessible_context_menu_opened: 59 type: counter 60 description: > 61 Number of times a context menu was opened for an accessible object 62 in the accessibility tree. 63 This metric was generated to correspond to the Legacy Telemetry 64 scalar devtools.accessibility.accessible_context_menu_opened. 65 bugs: 66 - https://bugzil.la/1507870 67 - https://bugzil.la/1587985 68 data_reviews: 69 - https://bugzil.la/1507870 70 - https://bugzil.la/1587985 71 notification_emails: 72 - dev-developer-tools@lists.mozilla.org 73 - accessibility@mozilla.com 74 expires: never 75 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_ACCESSIBLE_CONTEXT_MENU_OPENED 76 77 accessible_context_menu_item_activated: 78 type: labeled_counter 79 description: > 80 Number of times a context menu item for an accessible object was 81 activated (with mouse or keyboard) from the context menu opened in 82 the accessibility tree. Keyed by the id of the context menu item. 83 This metric was generated to correspond to the Legacy Telemetry 84 scalar 85 devtools.accessibility.accessible_context_menu_item_activated. 86 bugs: 87 - https://bugzil.la/1507870 88 - https://bugzil.la/1587985 89 data_reviews: 90 - https://bugzil.la/1507870 91 - https://bugzil.la/1587985 92 notification_emails: 93 - dev-developer-tools@lists.mozilla.org 94 - accessibility@mozilla.com 95 expires: never 96 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_ACCESSIBLE_CONTEXT_MENU_ITEM_ACTIVATED 97 98 audit_activated: 99 type: labeled_counter 100 description: > 101 Number of times accessibility audit was activated (with mouse or 102 keyboard) from the accessibility panel's toolbar. Keyed by the audit 103 filter type (e.g. "CONTRAST"). 104 This metric was generated to correspond to the Legacy Telemetry 105 scalar devtools.accessibility.audit_activated. 106 bugs: 107 - https://bugzil.la/1548241 108 - https://bugzil.la/1587985 109 data_reviews: 110 - https://bugzil.la/1548241 111 - https://bugzil.la/1587985 112 notification_emails: 113 - dev-developer-tools@lists.mozilla.org 114 - accessibility@mozilla.com 115 expires: never 116 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_AUDIT_ACTIVATED 117 118 simulation_activated: 119 type: labeled_counter 120 description: > 121 Number of times accessibility simulation was activated (with mouse 122 or keyboard) from the accessibility panel's toolbar. Keyed by the 123 simulation type (e.g. "DEUTERANOPIA"). 124 This metric was generated to correspond to the Legacy Telemetry 125 scalar devtools.accessibility.simulation_activated. 126 bugs: 127 - https://bugzil.la/1567200 128 - https://bugzil.la/1587985 129 data_reviews: 130 - https://bugzil.la/1567200 131 - https://bugzil.la/1587985 132 notification_emails: 133 - dev-developer-tools@lists.mozilla.org 134 - accessibility@mozilla.com 135 expires: never 136 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_SIMULATION_ACTIVATED