tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

metrics.yaml (3394B)


      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/.
      4 # Adding a new metric? We have docs for that!
      5 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
      6 
      7 ---
      8 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
      9 $tags:
     10  - 'Core :: DOM: Web Authentication'
     11 
     12 webauthn_create:
     13  success:
     14    type: counter
     15    description:
     16      The total number of successful calls to navigator.credentials.create.
     17    bugs:
     18      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     19    data_reviews:
     20      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     21    data_sensitivity:
     22      - interaction
     23    notification_emails:
     24      - jschanck@mozilla.com
     25    expires: never
     26  failure:
     27    type: counter
     28    description:
     29      The total number of failed calls to navigator.credentials.create.
     30    bugs:
     31      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     32    data_reviews:
     33      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     34    data_sensitivity:
     35      - interaction
     36    notification_emails:
     37      - jschanck@mozilla.com
     38    expires: never
     39  authenticator_attachment:
     40    type: labeled_counter
     41    description:
     42      The number of successfully created credentials by authenticator attachment modality.
     43    labels:
     44      - cross-platform
     45      - platform
     46      - unknown
     47    bugs:
     48      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     49    data_reviews:
     50      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     51    data_sensitivity:
     52      - interaction
     53    notification_emails:
     54      - jschanck@mozilla.com
     55    expires: never
     56  passkey:
     57    type: counter
     58    description:
     59      The number of client-side discoverable credentials (passkeys) created.
     60    bugs:
     61      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     62    data_reviews:
     63      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     64    data_sensitivity:
     65      - interaction
     66    notification_emails:
     67      - jschanck@mozilla.com
     68    expires: never
     69 
     70 webauthn_get:
     71  success:
     72    type: counter
     73    description:
     74      The total number of successful calls to navigator.credentials.get.
     75    bugs:
     76      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     77    data_reviews:
     78      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     79    data_sensitivity:
     80      - interaction
     81    notification_emails:
     82      - jschanck@mozilla.com
     83    expires: never
     84  failure:
     85    type: counter
     86    description:
     87      The total number of failed calls to navigator.credentials.get.
     88    bugs:
     89      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     90    data_reviews:
     91      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
     92    data_sensitivity:
     93      - interaction
     94    notification_emails:
     95      - jschanck@mozilla.com
     96    expires: never
     97  authenticator_attachment:
     98    type: labeled_counter
     99    description:
    100      The number of successfully asserted credentials by authenticator attachment modality.
    101    labels:
    102      - cross-platform
    103      - platform
    104      - unknown
    105    bugs:
    106      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
    107    data_reviews:
    108      - https://bugzilla.mozilla.org/show_bug.cgi?id=1900133
    109    data_sensitivity:
    110      - interaction
    111    notification_emails:
    112      - jschanck@mozilla.com
    113    expires: never