metrics.yaml (938B)
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 :: Downloads Panel' 12 13 downloads: 14 panel_shown: 15 type: counter 16 description: > 17 The count of how many times the downloads panel was shown per 18 session. 19 This metric was generated to correspond to the Legacy Telemetry 20 scalar downloads.panel_shown. 21 bugs: 22 - https://bugzil.la/1627676 23 data_reviews: 24 - https://bugzil.la/1627676 25 notification_emails: 26 - rtestard@mozilla.com 27 - emalysz@mozilla.com 28 expires: never 29 telemetry_mirror: DOWNLOADS_PANEL_SHOWN