mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
23eb2bb304
Depends on D134724 Differential Revision: https://phabricator.services.mozilla.com/D134725
51 lines
1.7 KiB
YAML
51 lines
1.7 KiB
YAML
# 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/.
|
|
|
|
# This file defines the metrics that are recorded by the Glean SDK. They are
|
|
# automatically converted to platform-specific code at build time using the
|
|
# `glean_parser` PyPI package.
|
|
|
|
---
|
|
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
|
|
|
|
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: &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:
|
|
- bvandyk@mozilla.com
|
|
expires: never
|