tor-browser

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

metrics.yaml (2801B)


      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 :: Internationalization'
     12 
     13 intl:
     14  requested_locales:
     15    type: string_list
     16    lifetime: application
     17    description: |
     18      The Locales that are being requested.
     19    bugs:
     20      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     21    data_reviews:
     22      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     23    data_sensitivity:
     24      - technical
     25    notification_emails:
     26      - flod@mozilla.com
     27    expires: never
     28 
     29  available_locales:
     30    type: string_list
     31    lifetime: application
     32    description: |
     33      The Locales that are available for use.
     34    bugs:
     35      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     36    data_reviews:
     37      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     38    data_sensitivity:
     39      - technical
     40    notification_emails:
     41      - flod@mozilla.com
     42    expires: never
     43 
     44  app_locales:
     45    type: string_list
     46    lifetime: application
     47    description: |
     48      The negotiated Locales that are being used.
     49    bugs:
     50      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     51    data_reviews:
     52      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     53    data_sensitivity:
     54      - technical
     55    notification_emails:
     56      - flod@mozilla.com
     57    expires: never
     58 
     59  system_locales:
     60    type: string_list
     61    lifetime: application
     62    description: |
     63      The Locales for the OS.
     64    bugs:
     65      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     66    data_reviews:
     67      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     68    data_sensitivity:
     69      - technical
     70    notification_emails:
     71      - flod@mozilla.com
     72    expires: never
     73 
     74  regional_prefs_locales:
     75    type: string_list
     76    lifetime: application
     77    description: |
     78      The regional preferences for the OS.
     79    bugs:
     80      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     81    data_reviews:
     82      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     83    data_sensitivity:
     84      - technical
     85    notification_emails:
     86      - flod@mozilla.com
     87    expires: never
     88 
     89  accept_languages:
     90    type: string_list
     91    lifetime: application
     92    description: |
     93      The languages for the Accept-Languages header.
     94    bugs:
     95      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     96    data_reviews:
     97      - https://bugzilla.mozilla.org/show_bug.cgi?id=1950394
     98    data_sensitivity:
     99      - technical
    100    notification_emails:
    101      - flod@mozilla.com
    102    expires: never