metrics.yaml (2733B)
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 :: Tabbed Browser' 12 13 tab_notes: 14 added: 15 type: event 16 description: > 17 Recorded when a user creates a new note for a tab. 18 notification_emails: 19 - sthompson@mozilla.com 20 bugs: 21 - https://bugzil.la/2003702 22 data_reviews: 23 - https://bugzil.la/2003702 24 data_sensitivity: 25 - interaction 26 extra_keys: 27 source: 28 description: > 29 Identifies the user interface entry point that resulted in this tab 30 note being added. Expected values: 31 - `context_menu` # Tab context menu's "Add Note" menu item 32 - `hover_menu` # Tab hover preview panel's "Add Note" button 33 type: string 34 expires: never 35 edited: 36 type: event 37 description: > 38 Recorded when a user edits an existing tab note. 39 notification_emails: 40 - sthompson@mozilla.com 41 - jswinarton@mozilla.com 42 bugs: 43 - https://bugzil.la/2003703 44 data_reviews: 45 - https://bugzil.la/2003703 46 data_sensitivity: 47 - interaction 48 extra_keys: 49 source: 50 description: > 51 Identifies the user interface entry point that resulted in this tab 52 note being edited. Expected values: 53 - `context_menu` # Tab context menu's "Update Note" menu item 54 - `hover_menu` # Tab hover preview panel's edit note icon button 55 type: string 56 expires: never 57 deleted: 58 type: event 59 description: > 60 Recorded when a user deletes an existing note for a tab. 61 notification_emails: 62 - sthompson@mozilla.com 63 - jswinarton@mozilla.com 64 bugs: 65 - https://bugzil.la/2003705 66 data_reviews: 67 - https://bugzil.la/2003705 68 data_sensitivity: 69 - interaction 70 extra_keys: 71 source: 72 description: > 73 Identifies the user interface entry point that resulted in this tab 74 note being deleted. Expected values: 75 - `context_menu` # Tab context menu's "Delete Note" menu item 76 - `hover_menu` # "Delete Note" button in the edit note UI via tab hover preview 77 type: string 78 note_age_hours: 79 description: > 80 Number of hours that elapsed since the tab note was first created, 81 expressed as an integer (rounded to the nearest full hour). 82 type: quantity 83 expires: never