summaryrefslogtreecommitdiffstats
path: root/security/manager/ssl/metrics.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'security/manager/ssl/metrics.yaml')
-rw-r--r--security/manager/ssl/metrics.yaml180
1 files changed, 180 insertions, 0 deletions
diff --git a/security/manager/ssl/metrics.yaml b/security/manager/ssl/metrics.yaml
new file mode 100644
index 0000000000..a03682affb
--- /dev/null
+++ b/security/manager/ssl/metrics.yaml
@@ -0,0 +1,180 @@
+# 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 :: 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
+
+oskeystore:
+ self_test:
+ type: labeled_boolean
+ description:
+ Whether or not each step of the OSKeyStore self test succeeded.
+ bugs:
+ - https://bugzilla.mozilla.org/show_bug.cgi?id=1855759
+ data_reviews:
+ - https://bugzilla.mozilla.org/show_bug.cgi?id=1855759
+ data_sensitivity:
+ - interaction
+ notification_emails:
+ - dkeeler@mozilla.com
+ expires: 126
+ labels:
+ - generate
+ - available
+ - encrypt
+ - decrypt
+
+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
+
+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