metrics.yaml (1653B)
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 7 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html 8 9 --- 10 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 11 $tags: 12 - 'Firefox :: General' 13 14 protocolhandler.mailto: 15 prompt_clicked: 16 type: labeled_counter 17 description: > 18 User clicked on a button to approve setting the current site as default 19 web mail site. The sum of all counters is the total amount of user 20 interactions and dismissing the same dialog often could be a sign of 21 a bug. 22 bugs: 23 - https://bugzilla.mozilla.org/1864216 24 data_reviews: 25 - https://bugzilla.mozilla.org/show_bug.cgi?id=1864216#c8 26 notification_emails: 27 - install-update@mozilla.com 28 expires: never 29 labels: 30 - set_os_default 31 - set_os_default_error 32 - set_os_default_impossible 33 - dismiss_os_default 34 - set_local_default 35 - dismiss_local_default 36 send_in_pings: 37 - metrics 38 39 handler_prompt_shown: 40 type: labeled_counter 41 description: > 42 A website was visited, which called registerProtocolHandler 43 for mailto:// 44 bugs: 45 - https://bugzilla.mozilla.org/1864216 46 data_reviews: 47 - https://bugzilla.mozilla.org/show_bug.cgi?id=1864216#c8 48 notification_emails: 49 - install-update@mozilla.com 50 expires: never 51 labels: 52 - os_default 53 - fx_default 54 send_in_pings: 55 - metrics