metrics.yaml (2814B)
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 media.mp4_parse: 14 sample_description_entries_have_multiple_codecs: 15 type: labeled_counter 16 description: > 17 Records if multiple codecs are present in a track's sample description 18 entries. Recorded each time we process a track's metadata while parsing 19 mp4s. 20 21 This metric was generated to correspond to the Legacy Telemetry boolean 22 histogram MEDIA_MP4_PARSE_SAMPLE_DESCRIPTION_ENTRIES_HAVE_MULTIPLE_CODECS. 23 labels: 24 - "false" 25 - "true" 26 bugs: 27 - https://bugzilla.mozilla.org/show_bug.cgi?id=1513651 28 data_reviews: 29 - https://bugzilla.mozilla.org/show_bug.cgi?id=1513651 30 notification_emails: 31 - media-alerts@mozilla.com 32 expires: never 33 telemetry_mirror: h#MEDIA_MP4_PARSE_SAMPLE_DESCRIPTION_ENTRIES_HAVE_MULTIPLE_CODECS 34 35 sample_description_entries_have_multiple_crypto: 36 type: labeled_counter 37 description: > 38 Records if multiple sets of crypto info are present in a track's sample 39 description entries. Recorded each time we process a track's metadata 40 while parsing mp4s. 41 42 This metric was generated to correspond to the Legacy Telemetry boolean 43 histogram MEDIA_MP4_PARSE_SAMPLE_DESCRIPTION_ENTRIES_HAVE_MULTIPLE_CRYPTO. 44 labels: 45 - "false" 46 - "true" 47 bugs: 48 - https://bugzilla.mozilla.org/show_bug.cgi?id=1513651 49 data_reviews: 50 - https://bugzilla.mozilla.org/show_bug.cgi?id=1513651 51 notification_emails: 52 - media-alerts@mozilla.com 53 expires: never 54 telemetry_mirror: h#MEDIA_MP4_PARSE_SAMPLE_DESCRIPTION_ENTRIES_HAVE_MULTIPLE_CRYPTO 55 56 num_sample_description_entries: 57 type: custom_distribution 58 description: > 59 Counts the number of entries in the sample description box (stsd) for a 60 track in an mp4. Recorded each time we process a track's metadata while 61 parsing mp4s. 62 63 This metric was generated to correspond to the Legacy Telemetry enumerated 64 histogram MEDIA_MP4_PARSE_NUM_SAMPLE_DESCRIPTION_ENTRIES. 65 range_min: 0 66 range_max: 5 67 bucket_count: 6 68 histogram_type: linear 69 bugs: 70 - https://bugzilla.mozilla.org/show_bug.cgi?id=1513651 71 data_reviews: 72 - https://bugzilla.mozilla.org/show_bug.cgi?id=1513651 73 notification_emails: 74 - media-alerts@mozilla.com 75 expires: never 76 telemetry_mirror: MEDIA_MP4_PARSE_NUM_SAMPLE_DESCRIPTION_ENTRIES