tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

metrics.yaml (7857B)


      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 :: Bookmarks & History'
     12 
     13 library:
     14  link:
     15    type: labeled_counter
     16    description: >
     17      The number of history or bookmark items opened from the Library
     18      window
     19      This metric was generated to correspond to the Legacy Telemetry
     20      scalar library.link.
     21    bugs:
     22      - https://bugzil.la/1815906
     23    data_reviews:
     24      - https://bugzil.la/1815906
     25    notification_emails:
     26      - firefox-view-engineers@mozilla.com
     27    expires: never
     28    telemetry_mirror: LIBRARY_LINK
     29 
     30  opened:
     31    type: labeled_counter
     32    description: >
     33      The number of times the Library window was opened, keyed by
     34      'history' or 'bookmarks'
     35      This metric was generated to correspond to the Legacy Telemetry
     36      scalar library.opened.
     37    bugs:
     38      - https://bugzil.la/1815906
     39    data_reviews:
     40      - https://bugzil.la/1815906
     41    notification_emails:
     42      - firefox-view-engineers@mozilla.com
     43    expires: never
     44    telemetry_mirror: LIBRARY_OPENED
     45 
     46  search:
     47    type: labeled_counter
     48    description: >
     49      The number of history-specific or bookmark-specific searches made
     50      from the Library window
     51      This metric was generated to correspond to the Legacy Telemetry
     52      scalar library.search.
     53    bugs:
     54      - https://bugzil.la/1815906
     55    data_reviews:
     56      - https://bugzil.la/1815906
     57    notification_emails:
     58      - firefox-view-engineers@mozilla.com
     59    expires: never
     60    telemetry_mirror: LIBRARY_SEARCH
     61 
     62  history_search_time:
     63    type: timing_distribution
     64    description: >
     65      PLACES: Time to search the history library (ms)
     66 
     67      This metric was generated to correspond to the Legacy Telemetry
     68      exponential histogram PLACES_HISTORY_LIBRARY_SEARCH_TIME_MS.
     69    time_unit: millisecond
     70    bugs:
     71      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
     72    data_reviews:
     73      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
     74    notification_emails:
     75      - firefox-view-engineers@mozilla.com
     76    expires: never
     77    telemetry_mirror: PLACES_HISTORY_LIBRARY_SEARCH_TIME_MS
     78 
     79  cumulative_history_searches:
     80    type: custom_distribution
     81    description: >
     82      Cumulative no. of History-specific searches performed before selecting a
     83      History link in Library.
     84 
     85      This metric was generated to correspond to the Legacy Telemetry enumerated
     86      histogram PLACES_LIBRARY_CUMULATIVE_HISTORY_SEARCHES.
     87    range_min: 0
     88    range_max: 20
     89    bucket_count: 21
     90    histogram_type: linear
     91    bugs:
     92      - https://bugzilla.mozilla.org/show_bug.cgi?id=1815906
     93    data_reviews:
     94      - https://bugzilla.mozilla.org/show_bug.cgi?id=1815906
     95    notification_emails:
     96      - kcochrane@mozilla.com
     97      - firefox-view-engineers@mozilla.com
     98    expires: never
     99    telemetry_mirror: PLACES_LIBRARY_CUMULATIVE_HISTORY_SEARCHES
    100 
    101  cumulative_bookmark_searches:
    102    type: custom_distribution
    103    description: >
    104      Cumulative no. of Bookmark-specific searches performed before selecting a
    105      bookmark link in Library.
    106 
    107      This metric was generated to correspond to the Legacy Telemetry enumerated
    108      histogram PLACES_LIBRARY_CUMULATIVE_BOOKMARK_SEARCHES.
    109    range_min: 0
    110    range_max: 20
    111    bucket_count: 21
    112    histogram_type: linear
    113    bugs:
    114      - https://bugzilla.mozilla.org/show_bug.cgi?id=1819081
    115    data_reviews:
    116      - https://bugzilla.mozilla.org/show_bug.cgi?id=1819081
    117    notification_emails:
    118      - firefox-view-engineers@mozilla.com
    119    expires: never
    120    telemetry_mirror: PLACES_LIBRARY_CUMULATIVE_BOOKMARK_SEARCHES
    121 
    122 history_sidebar:
    123  filter_type:
    124    type: labeled_counter
    125    description: >
    126      The type of search filters used for the sidebar search.
    127 
    128      This metric was generated to correspond to the Legacy Telemetry
    129      categorical histogram PLACES_SEARCHBAR_FILTER_TYPE.
    130    labels:
    131      - visited
    132      - lastvisited
    133      - dayandsite
    134      - site
    135      - day
    136    bugs:
    137      - https://bugzilla.mozilla.org/show_bug.cgi?id=1801290
    138    data_reviews:
    139      - https://bugzilla.mozilla.org/show_bug.cgi?id=1801290
    140    notification_emails:
    141      - pguruprasad@mozilla.com
    142      - rfambro@mozilla.com
    143    expires: never
    144    telemetry_mirror: h#PLACES_SEARCHBAR_FILTER_TYPE
    145 
    146  cumulative_searches:
    147    type: custom_distribution
    148    description: >
    149      Cumulative no. of searches performed before selecting a link.
    150 
    151      This metric was generated to correspond to the Legacy Telemetry enumerated
    152      histogram PLACES_SEARCHBAR_CUMULATIVE_SEARCHES.
    153    range_min: 0
    154    range_max: 20
    155    bucket_count: 21
    156    histogram_type: linear
    157    bugs:
    158      - https://bugzilla.mozilla.org/show_bug.cgi?id=1801290
    159    data_reviews:
    160      - https://bugzilla.mozilla.org/show_bug.cgi?id=1801290
    161    notification_emails:
    162      - pguruprasad@mozilla.com
    163      - rfambro@mozilla.com
    164    expires: never
    165    telemetry_mirror: PLACES_SEARCHBAR_CUMULATIVE_SEARCHES
    166 
    167  cumulative_filter_count:
    168    type: custom_distribution
    169    description: >
    170      Cumulative no. of search filters applied performed before selecting a
    171      link.
    172 
    173      This metric was generated to correspond to the Legacy Telemetry enumerated
    174      histogram PLACES_SEARCHBAR_CUMULATIVE_FILTER_COUNT.
    175    range_min: 0
    176    range_max: 20
    177    bucket_count: 21
    178    histogram_type: linear
    179    bugs:
    180      - https://bugzilla.mozilla.org/show_bug.cgi?id=1801290
    181    data_reviews:
    182      - https://bugzilla.mozilla.org/show_bug.cgi?id=1801290
    183    notification_emails:
    184      - pguruprasad@mozilla.com
    185      - rfambro@mozilla.com
    186    expires: never
    187    telemetry_mirror: PLACES_SEARCHBAR_CUMULATIVE_FILTER_COUNT
    188 
    189  lastvisited_tree_query_time:
    190    type: timing_distribution
    191    description: >
    192      PLACES: Time to load the sidebar history tree sorted by last visit (ms)
    193 
    194      This metric was generated to correspond to the Legacy Telemetry
    195      exponential histogram HISTORY_LASTVISITED_TREE_QUERY_TIME_MS.
    196    time_unit: millisecond
    197    bugs:
    198      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    199    data_reviews:
    200      - https://bugzilla.mozilla.org/show_bug.cgi?id=1944631
    201    notification_emails:
    202      - firefox-view-engineers@mozilla.com
    203    expires: never
    204    telemetry_mirror: HISTORY_LASTVISITED_TREE_QUERY_TIME_MS
    205 
    206 bookmarks_sidebar:
    207  cumulative_searches:
    208    type: custom_distribution
    209    description: >
    210      Cumulative no. bookmark of searches performed before selecting a link.
    211 
    212      This metric was generated to correspond to the Legacy Telemetry enumerated
    213      histogram PLACES_BOOKMARKS_SEARCHBAR_CUMULATIVE_SEARCHES.
    214    range_min: 0
    215    range_max: 20
    216    bucket_count: 21
    217    histogram_type: linear
    218    bugs:
    219      - https://bugzilla.mozilla.org/show_bug.cgi?id=1819081
    220    data_reviews:
    221      - https://bugzilla.mozilla.org/show_bug.cgi?id=1819081
    222    notification_emails:
    223      - firefox-view-engineers@mozilla.com
    224    expires: never
    225    telemetry_mirror: PLACES_BOOKMARKS_SEARCHBAR_CUMULATIVE_SEARCHES
    226 
    227 bookmarks_toolbar:
    228  init:
    229    type: timing_distribution
    230    description: >
    231      Firefox: Time to initialize the bookmarks toolbar view (ms)
    232 
    233      This metric was generated to correspond to the Legacy Telemetry
    234      exponential histogram FX_BOOKMARKS_TOOLBAR_INIT_MS.
    235    time_unit: millisecond
    236    bugs:
    237      - https://bugzilla.mozilla.org/show_bug.cgi?id=723165
    238    data_reviews:
    239      - https://bugzilla.mozilla.org/show_bug.cgi?id=723165
    240    notification_emails:
    241      - mak@mozilla.com
    242    expires: never
    243    telemetry_mirror: FX_BOOKMARKS_TOOLBAR_INIT_MS