tor-browser

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

metrics.yaml (6221B)


      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 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
      6 
      7 browser:
      8  is_default:
      9    type: boolean
     10    lifetime: application
     11    description: |
     12      Is Focus the default browser? This is true only if the user
     13      changes the default browser through the app settings.
     14    bugs:
     15      - https://github.com/mozilla-mobile/focus-android/issues/4545
     16    data_reviews:
     17      - https://github.com/mozilla-mobile/focus-android/pull/5065#issuecomment-894328647
     18      - https://github.com/mozilla-mobile/focus-android/pull/7418#issuecomment-1195518264
     19      - https://github.com/mozilla-mobile/firefox-android/pull/3320
     20    data_sensitivity:
     21      - interaction
     22    send_in_pings:
     23      - usage-reporting
     24    notification_emails:
     25      - android-probes@mozilla.com
     26    expires: never
     27 
     28 usage:
     29  profile_id:
     30    type: uuid
     31    lifetime: user
     32    description: |
     33      A UUID uniquely identifying the profile,
     34      not shared with other telemetry data.
     35    bugs:
     36      - https://bugzilla.mozilla.org/show_bug.cgi?id=1923902
     37      - https://bugzilla.mozilla.org/show_bug.cgi?id=1926829
     38      - https://bugzilla.mozilla.org/show_bug.cgi?id=1923902
     39    data_reviews:
     40      - https://bugzilla.mozilla.org/show_bug.cgi?id=1923902
     41    data_sensitivity:
     42      - technical
     43      - highly_sensitive
     44    notification_emails:
     45      - glean-team@mozilla.com
     46      - jrediger@mozilla.com
     47      - loines@mozilla.com
     48    expires: never
     49    send_in_pings:
     50      - usage-reporting
     51      - usage-deletion-request
     52 
     53  duration:
     54    type: timespan
     55    description: |
     56      The duration of the last foreground session.
     57    time_unit: second
     58    send_in_pings:
     59      - usage-reporting
     60    bugs:
     61      - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070
     62    data_reviews:
     63      - https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3
     64    data_sensitivity:
     65      - technical
     66      - interaction
     67    notification_emails:
     68      - glean-team@mozilla.com
     69      - jrediger@mozilla.com
     70      - loines@mozilla.com
     71    expires: never
     72 
     73  reason:
     74    type: string
     75    lifetime: ping
     76    send_in_pings:
     77      - usage-reporting
     78    description: |
     79      The optional reason the ping was submitted.
     80      The specific values for reason are specific to each ping, and are
     81      documented in the ping's pings.yaml file.
     82    bugs:
     83      - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070
     84    data_reviews:
     85      - https://bugzilla.mozilla.org/show_bug.cgi?id=1609218#c4
     86    data_sensitivity:
     87      - technical
     88    notification_emails:
     89      - glean-team@mozilla.com
     90      - jrediger@mozilla.com
     91      - loines@mozilla.com
     92    expires: never
     93 
     94  os:
     95    type: string
     96    lifetime: application
     97    send_in_pings:
     98      - usage-reporting
     99    description: |
    100      The name of the operating system.
    101      Possible values:
    102      Android, iOS, Linux, Darwin, Windows,
    103      FreeBSD, NetBSD, OpenBSD, Solaris, Unknown
    104    bugs:
    105      - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070
    106    data_reviews:
    107      - https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3
    108    data_sensitivity:
    109      - technical
    110    notification_emails:
    111      - glean-team@mozilla.com
    112      - jrediger@mozilla.com
    113      - loines@mozilla.com
    114    expires: never
    115 
    116  os_version:
    117    type: string
    118    lifetime: application
    119    send_in_pings:
    120      - usage-reporting
    121    description: |
    122      The user-visible version of the operating system (e.g. "1.2.3").
    123      If the version detection fails, this metric gets set to `Unknown`.
    124    bugs:
    125      - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070
    126    data_reviews:
    127      - https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3
    128    data_sensitivity:
    129      - technical
    130    notification_emails:
    131      - glean-team@mozilla.com
    132      - jrediger@mozilla.com
    133      - loines@mozilla.com
    134    expires: never
    135 
    136  app_display_version:
    137    type: string
    138    lifetime: application
    139    send_in_pings:
    140      - usage-reporting
    141    description: |
    142      The user visible version string (e.g. "1.0.3").
    143      If the value was not provided through configuration,
    144      this metric gets set to `Unknown`.
    145    bugs:
    146      - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070
    147    data_reviews:
    148      - https://bugzilla.mozilla.org/show_bug.cgi?id=1508305#c9
    149    data_sensitivity:
    150      - technical
    151    notification_emails:
    152      - glean-team@mozilla.com
    153      - jrediger@mozilla.com
    154      - loines@mozilla.com
    155    expires: never
    156 
    157  app_channel:
    158    type: string
    159    lifetime: application
    160    send_in_pings:
    161      - usage-reporting
    162    description: |
    163      The channel the application is being distributed on.
    164    bugs:
    165      - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070
    166    data_reviews:
    167      - https://bugzilla.mozilla.org/show_bug.cgi?id=1520741#c18
    168    data_sensitivity:
    169      - technical
    170    notification_emails:
    171      - glean-team@mozilla.com
    172      - jrediger@mozilla.com
    173      - loines@mozilla.com
    174    expires: never
    175 
    176  first_run_date:
    177    type: datetime
    178    lifetime: user
    179    send_in_pings:
    180      - usage-reporting
    181    time_unit: day
    182    description: |
    183      The date of the first run of the application.
    184    bugs:
    185      - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070
    186    data_reviews:
    187      - https://bugzilla.mozilla.org/show_bug.cgi?id=1525045#c18
    188    data_sensitivity:
    189      - technical
    190    notification_emails:
    191      - glean-team@mozilla.com
    192      - jrediger@mozilla.com
    193      - loines@mozilla.com
    194    expires: never
    195 
    196  app_build:
    197    type: string
    198    lifetime: application
    199    send_in_pings:
    200      - usage-reporting
    201    description: |
    202      The build identifier generated by the CI system (e.g. "1234/A").
    203      If the value was not provided through configuration,
    204      this metric gets set to `Unknown`.
    205    bugs:
    206      - https://bugzilla.mozilla.org/show_bug.cgi?id=1938070
    207    data_reviews:
    208      - https://bugzilla.mozilla.org/show_bug.cgi?id=1512938#c3
    209    data_sensitivity:
    210      - technical
    211    notification_emails:
    212      - glean-team@mozilla.com
    213      - jrediger@mozilla.com
    214      - loines@mozilla.com
    215    expires: never