metrics.yaml (1542B)
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 :: Responsive Design Mode' 12 13 devtools.responsive: 14 open_trigger: 15 type: labeled_counter 16 description: > 17 Number of Responsive Design Mode opens keyed by the UI entry point 18 used. 19 This metric was generated to correspond to the Legacy Telemetry 20 scalar devtools.responsive.open_trigger. 21 bugs: 22 - https://bugzil.la/1444497 23 data_reviews: 24 - https://bugzil.la/1444497 25 notification_emails: 26 - dev-developer-tools@lists.mozilla.org 27 - jryans@mozilla.com 28 expires: never 29 telemetry_mirror: DEVTOOLS_RESPONSIVE_OPEN_TRIGGER 30 31 toolbox_opened_first: 32 type: counter 33 description: > 34 Number of Responsive Design Mode opens with a toolbox already open. 35 This metric was generated to correspond to the Legacy Telemetry 36 scalar devtools.responsive.toolbox_opened_first. 37 bugs: 38 - https://bugzil.la/1444497 39 data_reviews: 40 - https://bugzil.la/1444497 41 notification_emails: 42 - dev-developer-tools@lists.mozilla.org 43 - jryans@mozilla.com 44 expires: never 45 telemetry_mirror: DEVTOOLS_RESPONSIVE_TOOLBOX_OPENED_FIRST