tor-browser

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

metrics.yaml (2063B)


      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 hls:
     14  canplay_requested:
     15    type: counter
     16    description: >
     17      Record when a page requests canPlayType for a HLS media type.
     18    metadata:
     19      tags:
     20        - 'Core :: Audio/Video: Playback'
     21    bugs:
     22      - https://bugzilla.mozilla.org/show_bug.cgi?id=1978991
     23    data_reviews:
     24      - https://bugzilla.mozilla.org/show_bug.cgi?id=1978991
     25    data_sensitivity:
     26      - technical
     27    notification_emails:
     28      - media-alerts@mozilla.com
     29    expires: 150
     30 
     31  canplay_supported:
     32    type: counter
     33    description: >
     34      Record when a canPlayType request supports HLS.
     35    metadata:
     36      tags:
     37        - 'Core :: Audio/Video: Playback'
     38    bugs:
     39      - https://bugzilla.mozilla.org/show_bug.cgi?id=1978991
     40    data_reviews:
     41      - https://bugzilla.mozilla.org/show_bug.cgi?id=1978991
     42    data_sensitivity:
     43      - technical
     44    notification_emails:
     45      - media-alerts@mozilla.com
     46    expires: 150
     47 
     48  media_load:
     49    type: event
     50    description: >
     51      Record the information about the HLS playback on Android using ExoPlayer.
     52      The value of this event contains the media format.
     53    metadata:
     54      tags:
     55        - 'Core :: Audio/Video: Playback'
     56    bugs:
     57      - https://bugzilla.mozilla.org/show_bug.cgi?id=1978991
     58    data_reviews:
     59      - https://bugzilla.mozilla.org/show_bug.cgi?id=1978991
     60    data_sensitivity:
     61      - technical
     62    notification_emails:
     63      - media-alerts@mozilla.com
     64    extra_keys:
     65      media_extension:
     66        description: >
     67          The extension in the media file name, could be 'ts' (for MPEG-TS), 'mp4',
     68          'aac', 'mp3', ...
     69        type: string
     70    expires: 150