Bug 1805526 - Refactor extension.startup() permissions setup, r=robwu
[gecko.git] / toolkit / components / extensions / metrics.yaml
blob12152beaff679d3fcd3721b9d64fb570cbd88052
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/.
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
8 ---
9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
10 $tags:
11   - 'WebExtensions :: General'
13 extensions:
14   startup_cache_load_time:
15     type: timespan
16     time_unit: millisecond
17     expires: never
18     description: |
19       Time to load and deserialize the extensions startupCache data.
20     lifetime: application
21     notification_emails:
22       - addons-dev-internal@mozilla.com
23       - lgreco@mozilla.com
24     bugs:
25       - https://bugzilla.mozilla.org/1767336/
26     data_reviews:
27       - https://bugzilla.mozilla.org/show_bug.cgi?id=1767336#c7
28     data_sensitivity:
29       - technical
30     telemetry_mirror: EXTENSIONS_STARTUPCACHE_LOAD_TIME