metrics.yaml (1174B)
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 :: Security: PSM' 11 12 13 sct_signature_cache: 14 hits: 15 type: rate 16 description: > 17 How often an SCT signature to be verified is in the cache already. 18 bugs: 19 - https://bugzilla.mozilla.org/show_bug.cgi?id=1918279 20 data_reviews: 21 - https://bugzilla.mozilla.org/show_bug.cgi?id=1918279 22 notification_emails: 23 - dkeeler@mozilla.com 24 expires: never 25 denominator_metric: sct_signature_cache.total 26 total: 27 type: counter 28 description: > 29 How many SCT signature verifications are performed. 30 bugs: 31 - https://bugzilla.mozilla.org/show_bug.cgi?id=1918279 32 data_reviews: 33 - https://bugzilla.mozilla.org/show_bug.cgi?id=1918279 34 notification_emails: 35 - dkeeler@mozilla.com 36 expires: never