blob: fe2ed5ff6a0177bd271892b6e11d45e95dbe1a13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Adding a new metric? We have docs for that!
# https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags:
- 'Core :: Audio/Video'
gmp:
update_xml_fetch_result:
type: labeled_counter
labels:
- cert_pin_success
- cert_pin_net_request_error
- cert_pin_net_timeout
- cert_pin_abort
- cert_pin_missing_data
- cert_pin_failed
- cert_pin_invalid
- cert_pin_xml_parse_error
- cert_pin_unknown_error
- content_sig_success
- content_sig_net_request_error
- content_sig_net_timeout
- content_sig_abort
- content_sig_missing_data
- content_sig_failed
- content_sig_invalid
- content_sig_xml_parse_error
- content_sig_unknown_error
description: >
The result of Gecko fetching an update.xml from Balrog.
This captures 3 different data points: success or failure of the request,
if cert pinning or content signatures were used to verify the result, and
the reason for failure, if the request failed.
metadata:
tags:
- 'Core :: Audio/Video: GMP'
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1739664
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1739664
data_sensitivity:
- technical
notification_emails:
- media-alerts@mozilla.com
expires: never
media.audio:
init_failure:
type: labeled_counter
labels:
- first
- other
description: >
Failure occurs when initializing the audio stream.
(Migrated from the geckoview metric of the same name).
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1671714
- https://bugzilla.mozilla.org/show_bug.cgi?id=1879192
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1671714#c10
notification_emails:
- media-alerts@mozilla.com
expires: never
backend:
type: labeled_counter
labels:
- unknown
- audiounit
- audiounit-rust
- aaudio
- opensl
- wasapi
- winmm
- alsa
- jack
- oss
- pulse
- pulse-rust
- sndio
- sunaudio
description: >
The operating system audio backend
(Migrated from the geckoview metric of the same name).
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1671714
- https://bugzilla.mozilla.org/show_bug.cgi?id=1879192
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1671714#c10
notification_emails:
- media-alerts@mozilla.com
expires: never
media.playback:
first_frame_loaded:
type: event
description:
The time that the media pipeline takes to load the first video frame.
metadata:
tags:
- 'Core :: Audio/Video: Playback'
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1882205
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1882205
data_sensitivity:
- technical
notification_emails:
- media-alerts@mozilla.com
extra_keys:
first_frame_loaded_time:
description:
How long (in milliseconds) does the our media pipeline take to load
the first video frame.
type: quantity
playback_type:
description:
The type of the playback. The value could be one of following
(1) Non-MSE playback
(2) MSE playback
(3) EME playback
// Following are Windows-only
(4) Non-MSE media-engine playback
(5) MSE media-engine playback
(6) EME media-engine playback
type: string
video_codec:
description: The video codec used for playback
type: string
resolution:
description: The video resolution used for playback
type: string
key_system:
description: The key system used for the EME playback if exists
type: string
expires: never
|