tor-browser

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

metrics.yaml (6135B)


      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  - 'Core :: Disability Access APIs'
     12 
     13 a11y:
     14  always_underline_links:
     15    type: boolean
     16    description: >
     17      Bool tracking if the user has always underline links enabled in
     18      firefox.
     19      This metric was generated to correspond to the Legacy Telemetry
     20      scalar a11y.always_underline_links.
     21    bugs:
     22      - https://bugzil.la/1835194
     23    data_reviews:
     24      - https://bugzil.la/1835194
     25    notification_emails:
     26      - accessibility@mozilla.com
     27      - mreschenberg@mozilla.com
     28    expires: never
     29    telemetry_mirror: A11Y_ALWAYS_UNDERLINE_LINKS
     30 
     31  use_system_colors:
     32    type: boolean
     33    description: >
     34      Bool tracking if the user has system colors enabled in firefox.
     35      This metric was generated to correspond to the Legacy Telemetry
     36      scalar a11y.use_system_colors.
     37    bugs:
     38      - https://bugzil.la/1835194
     39    data_reviews:
     40      - https://bugzil.la/1835194
     41    notification_emails:
     42      - accessibility@mozilla.com
     43      - mreschenberg@mozilla.com
     44    expires: never
     45    telemetry_mirror: A11Y_USE_SYSTEM_COLORS
     46 
     47  hcm_background:
     48    type: quantity
     49    description: >
     50      Unsigned int tracking the user's prefered background color \ (logged
     51      when HCM is enabled).
     52      This metric was generated to correspond to the Legacy Telemetry
     53      scalar a11y.HCM_background.
     54    bugs:
     55      - https://bugzil.la/1694717
     56    data_reviews:
     57      - https://bugzil.la/1694717
     58    notification_emails:
     59      - accessibility@mozilla.com
     60      - mreschenberg@mozilla.com
     61    expires: never
     62    unit: nscolor
     63    telemetry_mirror: A11Y_HCM_BACKGROUND
     64 
     65  hcm_foreground:
     66    type: quantity
     67    description: >
     68      Unsigned int tracking the user's prefered foreground color \ (logged
     69      when HCM is enabled).
     70      This metric was generated to correspond to the Legacy Telemetry
     71      scalar a11y.HCM_foreground.
     72    bugs:
     73      - https://bugzil.la/1694717
     74    data_reviews:
     75      - https://bugzil.la/1694717
     76    notification_emails:
     77      - accessibility@mozilla.com
     78      - mreschenberg@mozilla.com
     79    expires: never
     80    unit: nscolor
     81    telemetry_mirror: A11Y_HCM_FOREGROUND
     82 
     83  backplate:
     84    type: boolean
     85    description: >
     86      Boolean tracking if the user has the backplate preference enabled or
     87      disabled.
     88      This metric was generated to correspond to the Legacy Telemetry
     89      scalar a11y.backplate.
     90    bugs:
     91      - https://bugzil.la/1539212
     92    data_reviews:
     93      - https://bugzil.la/1539212
     94    notification_emails:
     95      - accessibility@mozilla.com
     96      - mreschenberg@mozilla.com
     97    expires: never
     98    telemetry_mirror: A11Y_BACKPLATE
     99 
    100  instantiators:
    101    type: string
    102    description: >
    103      The leaf name and version number of the binary for the process
    104      responsible for remotely instantiating a11y.
    105      This metric was generated to correspond to the Legacy Telemetry
    106      scalar a11y.instantiators.
    107    bugs:
    108      - https://bugzil.la/1323069
    109      - https://bugzil.la/1462238
    110    data_reviews:
    111      - https://bugzil.la/1323069
    112      - https://bugzil.la/1462238
    113    notification_emails:
    114      - accessibility@mozilla.com
    115      - jteh@mozilla.com
    116    expires: never
    117    telemetry_mirror: A11Y_INSTANTIATORS
    118 
    119  invert_colors:
    120    type: boolean
    121    description: >
    122      Boolean tracking if the user has an invert colors OS setting
    123      enabled.
    124      This metric was generated to correspond to the Legacy Telemetry
    125      scalar a11y.invert_colors.
    126    bugs:
    127      - https://bugzil.la/1794626
    128    data_reviews:
    129      - https://bugzil.la/1794626
    130    notification_emails:
    131      - accessibility@mozilla.com
    132      - mreschenberg@mozilla.com
    133    expires: never
    134    telemetry_mirror: A11Y_INVERT_COLORS
    135 
    136  theme:
    137    type: labeled_boolean
    138    description: >
    139      OS high contrast or other accessibility theme is enabled. The result
    140      is split into keys which represent the values of
    141      browser.display.document_color_use: "default", "always", or "never".
    142      This metric was generated to correspond to the Legacy Telemetry
    143      scalar a11y.theme.
    144    bugs:
    145      - https://bugzil.la/1022528
    146    data_reviews:
    147      - https://bugzil.la/1022528
    148    notification_emails:
    149      - accessibility@mozilla.com
    150      - eisaacson@mozilla.com
    151    expires: never
    152    labels:
    153      - default
    154      - always
    155      - never
    156    telemetry_mirror: A11Y_THEME
    157 
    158  consumers:
    159    type: custom_distribution
    160    description: |
    161      A list of known accessibility clients that inject into Firefox process space (see https://searchfox.org/mozilla-central/source/accessible/windows/msaa/Compatibility.h).
    162      This metric was generated to correspond to the Legacy Telemetry enumerated histogram A11Y_CONSUMERS.
    163    range_min: 0
    164    range_max: 11
    165    bucket_count: 12
    166    histogram_type: linear
    167    bugs:
    168      - https://bugzilla.mozilla.org/show_bug.cgi?id=1382820
    169      - https://bugzilla.mozilla.org/show_bug.cgi?id=1462238
    170    data_reviews:
    171      - https://bugzilla.mozilla.org/show_bug.cgi?id=1382820
    172      - https://bugzilla.mozilla.org/show_bug.cgi?id=1462238
    173    notification_emails:
    174      - accessibility@mozilla.com
    175      - jteh@mozilla.com
    176    expires: never
    177    telemetry_mirror: A11Y_CONSUMERS
    178 
    179  tree_update_timing:
    180    type: timing_distribution
    181    description: >
    182      The amount of time taken to update the accessibility tree (ms)
    183 
    184      This metric was generated to correspond to the Legacy Telemetry
    185      exponential histogram A11Y_TREE_UPDATE_TIMING_MS.
    186    time_unit: millisecond
    187    bugs:
    188      - https://bugzilla.mozilla.org/show_bug.cgi?id=1424768
    189    data_reviews:
    190      - https://bugzilla.mozilla.org/show_bug.cgi?id=1424768
    191    notification_emails:
    192      - asurkov@mozilla.com
    193    expires: never
    194    telemetry_mirror: A11Y_TREE_UPDATE_TIMING_MS