Bug 1772053 - Enable dynamic code disable mitigations only on Windows 10 1703+ r...
[gecko.git] / dom / media / metrics.yaml
blob16c9a87927652d3fe37f699e85f30235a68a1714
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/.
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
8 ---
9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
10 $tags:
11   - 'Core :: Audio/Video'
13 gmp:
14   update_xml_fetch_result:
15     type: labeled_counter
16     labels:
17       - cert_pin_success
18       - cert_pin_net_request_error
19       - cert_pin_net_timeout
20       - cert_pin_abort
21       - cert_pin_missing_data
22       - cert_pin_failed
23       - cert_pin_invalid
24       - cert_pin_xml_parse_error
25       - cert_pin_unknown_error
26       - content_sig_success
27       - content_sig_net_request_error
28       - content_sig_net_timeout
29       - content_sig_abort
30       - content_sig_missing_data
31       - content_sig_failed
32       - content_sig_invalid
33       - content_sig_xml_parse_error
34       - content_sig_unknown_error
35     description: >
36       The result of Gecko fetching an update.xml from Balrog.
37       This captures 3 different data points: success or failure of the request,
38       if cert pinning or content signatures were used to verify the result, and
39       the reason for failure, if the request failed.
40     metadata:
41       tags:
42         - 'Core :: Audio/Video: GMP'
43     bugs:
44       - https://bugzilla.mozilla.org/show_bug.cgi?id=1739664
45     data_reviews:
46       - https://bugzilla.mozilla.org/show_bug.cgi?id=1739664
47     data_sensitivity:
48       - technical
49     notification_emails:
50       - bvandyk@mozilla.com
51     expires: never