tor-browser

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

metrics.yaml (1930B)


      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 :: Audio/Video'
     12 
     13 mediadrm:
     14  eme_playback:
     15    type: event
     16    description: >
     17      Record the EME play time with the video codec and resolutions.
     18    metadata:
     19      tags:
     20        - 'Core :: Audio/Video: Playback'
     21    bugs:
     22      - https://bugzilla.mozilla.org/show_bug.cgi?id=1882567
     23    data_reviews:
     24      - https://bugzilla.mozilla.org/show_bug.cgi?id=1882567#3
     25    data_sensitivity:
     26      - technical
     27    notification_emails:
     28      - media-alerts@mozilla.com
     29    extra_keys:
     30      key_system:
     31        description: The key system used for the EME playback
     32        type: string
     33      played_time:
     34        description: How many second the EME content has been played since last record
     35        type: quantity
     36      resolution:
     37        description: The video resolution used for EME playback
     38        type: string
     39      video_codec:
     40        description: The video codec used for EME playback
     41        type: string
     42    expires: never
     43  decryption:
     44    type: labeled_boolean
     45    description: >
     46      Record the statuses related with the media decryption.
     47    metadata:
     48      tags:
     49        - 'Core :: Audio/Video: Playback'
     50    bugs:
     51      - https://bugzilla.mozilla.org/show_bug.cgi?id=1928183
     52    data_reviews:
     53      - https://bugzilla.mozilla.org/show_bug.cgi?id=1928183
     54    data_sensitivity:
     55      - technical
     56    notification_emails:
     57      - media-alerts@mozilla.com
     58    labels:
     59      - has_hardware_decryption
     60      - has_hardware_clearlead
     61      - has_software_clearlead
     62      - has_wmf
     63    expires: never