229 lines
7.1 KiB
YAML
229 lines
7.1 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/.
|
|
# Adding a new metric? We have docs for that!
|
|
# https://icecat-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
|
|
|
|
---
|
|
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
|
|
$tags:
|
|
- 'Core :: Security: PSM'
|
|
|
|
data_storage:
|
|
alternate_services:
|
|
type: quantity
|
|
description:
|
|
The number of entries stored in the AlternateServices nsIDataStorage
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1873080
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1873080
|
|
data_sensitivity:
|
|
- interaction
|
|
notification_emails:
|
|
- dkeeler@mozilla.com
|
|
expires: never
|
|
unit: entries
|
|
client_auth_remember_list:
|
|
type: quantity
|
|
description:
|
|
The number of entries stored in the ClientAuthRememberList nsIDataStorage
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1873080
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1873080
|
|
data_sensitivity:
|
|
- interaction
|
|
notification_emails:
|
|
- dkeeler@mozilla.com
|
|
expires: never
|
|
unit: entries
|
|
site_security_service_state:
|
|
type: quantity
|
|
description:
|
|
The number of entries stored in the SiteSecurityServiceState nsIDataStorage
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1873080
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1873080
|
|
data_sensitivity:
|
|
- interaction
|
|
notification_emails:
|
|
- dkeeler@mozilla.com
|
|
expires: never
|
|
unit: entries
|
|
|
|
tls:
|
|
certificate_verifications:
|
|
type: counter
|
|
description: >
|
|
The total number of successful TLS server certificate verifications.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
notification_emails:
|
|
- dkeeler@mozilla.com
|
|
expires: never
|
|
xyber_intolerance_reason:
|
|
type: labeled_counter
|
|
description: >
|
|
The error that was returned from a failed TLS 1.3 handshake in which the client sent a Xyber key share (see tlsIntoleranceTelemetryBucket() in nsNSSIOLayer.cpp).
|
|
data_sensitivity:
|
|
- technical
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/1874963
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/1874963
|
|
notification_emails:
|
|
- jschanck@mozilla.com
|
|
expires: 136
|
|
labels:
|
|
- PR_CONNECT_RESET_ERROR
|
|
- PR_END_OF_FILE_ERROR
|
|
- SSL_ERROR_BAD_HANDSHAKE_HASH_VALUE
|
|
- SSL_ERROR_BAD_MAC_ALERT
|
|
- SSL_ERROR_BAD_MAC_READ
|
|
- SSL_ERROR_DECODE_ERROR_ALERT
|
|
- SSL_ERROR_HANDSHAKE_FAILED
|
|
- SSL_ERROR_HANDSHAKE_FAILURE_ALERT
|
|
- SSL_ERROR_HANDSHAKE_UNEXPECTED_ALERT
|
|
- SSL_ERROR_ILLEGAL_PARAMETER_ALERT
|
|
- SSL_ERROR_INTERNAL_ERROR_ALERT
|
|
- SSL_ERROR_KEY_EXCHANGE_FAILURE
|
|
- SSL_ERROR_NO_CYPHER_OVERLAP
|
|
- SSL_ERROR_PROTOCOL_VERSION_ALERT
|
|
- SSL_ERROR_RX_UNEXPECTED_RECORD_TYPE
|
|
- SSL_ERROR_RX_MALFORMED_HYBRID_KEY_SHARE
|
|
- SSL_ERROR_UNSUPPORTED_VERSION
|
|
|
|
cert_compression:
|
|
used:
|
|
type: labeled_counter
|
|
description:
|
|
The number of times each certificate compression algorithm was used.
|
|
data_sensitivity:
|
|
- interaction
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/1881027
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/1881027
|
|
notification_emails:
|
|
- anna.weine@mozilla.com
|
|
expires: 136
|
|
labels:
|
|
- zlib
|
|
- brotli
|
|
|
|
failures:
|
|
type: labeled_counter
|
|
description:
|
|
The number of times each certificate compression algorithm returned an error.
|
|
data_sensitivity:
|
|
- interaction
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/1881027
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/1881027
|
|
notification_emails:
|
|
- anna.weine@mozilla.com
|
|
expires: 136
|
|
labels:
|
|
- zlib
|
|
- brotli
|
|
|
|
zlib_saved_bytes:
|
|
type: custom_distribution
|
|
description:
|
|
The difference between the length of encoded certificate vs the actual certificate.
|
|
data_sensitivity:
|
|
- interaction
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/1881027
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/1881027
|
|
notification_emails:
|
|
- anna.weine@mozilla.com
|
|
histogram_type: exponential
|
|
range_max: 65536
|
|
bucket_count: 100
|
|
expires: 136
|
|
|
|
brotli_saved_bytes:
|
|
type: custom_distribution
|
|
description:
|
|
The difference between the length of encoded certificate vs the actual certificate.
|
|
data_sensitivity:
|
|
- interaction
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/1881027
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/1881027
|
|
notification_emails:
|
|
- anna.weine@mozilla.com
|
|
histogram_type: exponential
|
|
range_max: 65536
|
|
bucket_count: 100
|
|
expires: 136
|
|
|
|
verification_used_cert_from:
|
|
tls_handshake:
|
|
type: rate
|
|
description: >
|
|
How many successfully-built certificate chains used a certificate from the TLS handshake.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
notification_emails:
|
|
- dkeeler@mozilla.com
|
|
expires: never
|
|
denominator_metric: tls.certificate_verifications
|
|
preloaded_intermediates:
|
|
type: rate
|
|
description: >
|
|
How many successfully-built certificate chains used a certificate from preloaded intermediates.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
notification_emails:
|
|
- dkeeler@mozilla.com
|
|
expires: never
|
|
denominator_metric: tls.certificate_verifications
|
|
third_party_certificates:
|
|
type: rate
|
|
description: >
|
|
How many successfully-built certificate chains used a third-party certificate from the OS.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
notification_emails:
|
|
- dkeeler@mozilla.com
|
|
expires: never
|
|
denominator_metric: tls.certificate_verifications
|
|
nss_cert_db:
|
|
type: rate
|
|
description: >
|
|
How many successfully-built certificate chains used a certificate from the NSS cert DB.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
notification_emails:
|
|
- dkeeler@mozilla.com
|
|
expires: never
|
|
denominator_metric: tls.certificate_verifications
|
|
built_in_roots_module:
|
|
type: rate
|
|
description: >
|
|
How many successfully-built certificate chains used a certificate from the built-in roots module.
|
|
bugs:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
data_reviews:
|
|
- https://bugzilla.mozilla.org/show_bug.cgi?id=1876435
|
|
notification_emails:
|
|
- dkeeler@mozilla.com
|
|
expires: never
|
|
denominator_metric: tls.certificate_verifications
|