Source code

Revision control

Copy as Markdown

Other Tools

# 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!
---
$tags:
- 'Core :: DOM: Web Authentication'
webauthn_create:
success:
type: counter
description:
The total number of successful calls to navigator.credentials.create.
bugs:
data_reviews:
data_sensitivity:
- interaction
notification_emails:
- jschanck@mozilla.com
expires: never
failure:
type: counter
description:
The total number of failed calls to navigator.credentials.create.
bugs:
data_reviews:
data_sensitivity:
- interaction
notification_emails:
- jschanck@mozilla.com
expires: never
authenticator_attachment:
type: labeled_counter
description:
The number of successfully created credentials by authenticator attachment modality.
labels:
- cross-platform
- platform
- unknown
bugs:
data_reviews:
data_sensitivity:
- interaction
notification_emails:
- jschanck@mozilla.com
expires: never
passkey:
type: counter
description:
The number of client-side discoverable credentials (passkeys) created.
bugs:
data_reviews:
data_sensitivity:
- interaction
notification_emails:
- jschanck@mozilla.com
expires: never
webauthn_get:
success:
type: counter
description:
The total number of successful calls to navigator.credentials.get.
bugs:
data_reviews:
data_sensitivity:
- interaction
notification_emails:
- jschanck@mozilla.com
expires: never
failure:
type: counter
description:
The total number of failed calls to navigator.credentials.get.
bugs:
data_reviews:
data_sensitivity:
- interaction
notification_emails:
- jschanck@mozilla.com
expires: never
authenticator_attachment:
type: labeled_counter
description:
The number of successfully asserted credentials by authenticator attachment modality.
labels:
- cross-platform
- platform
- unknown
bugs:
data_reviews:
data_sensitivity:
- interaction
notification_emails:
- jschanck@mozilla.com
expires: never