metrics.yaml (1489B)
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 5 # Adding a new metric? We have docs for that! 6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html 7 8 --- 9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 10 $tags: 11 - 'Core :: Permission Manager' 12 13 permissions: 14 sql_corrupted: 15 type: counter 16 description: > 17 Record the permissions.sqlite init failure 18 19 This metric was generated to correspond to the Legacy Telemetry count 20 histogram PERMISSIONS_SQL_CORRUPTED. 21 bugs: 22 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726 23 data_reviews: 24 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726 25 notification_emails: 26 - amarchesini@mozilla.com 27 expires: never 28 telemetry_mirror: h#PERMISSIONS_SQL_CORRUPTED 29 30 defective_sql_removed: 31 type: counter 32 description: > 33 Record the removal of defective permissions.sqlite 34 35 This metric was generated to correspond to the Legacy Telemetry count 36 histogram DEFECTIVE_PERMISSIONS_SQL_REMOVED. 37 bugs: 38 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726 39 data_reviews: 40 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726 41 notification_emails: 42 - amarchesini@mozilla.com 43 expires: never 44 telemetry_mirror: h#DEFECTIVE_PERMISSIONS_SQL_REMOVED