tor-browser

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

metrics.yaml (1034B)


      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 :: General'
     12 
     13 fullscreen:
     14  change:
     15    type: timing_distribution
     16    description: >
     17      The time content uses to enter/exit fullscreen regardless of fullscreen
     18      transition timeout
     19 
     20      This metric was generated to correspond to the Legacy Telemetry
     21      exponential histogram FULLSCREEN_CHANGE_MS.
     22    time_unit: millisecond
     23    bugs:
     24      - https://bugzilla.mozilla.org/show_bug.cgi?id=1271160
     25    data_reviews:
     26      - https://bugzilla.mozilla.org/show_bug.cgi?id=1271160
     27    notification_emails:
     28      - mozilla-telemetry@upsuper.org
     29    expires: never
     30    telemetry_mirror: FULLSCREEN_CHANGE_MS