# 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/.
startup_cache_load_time:
type: timespan
time_unit: millisecond
expires: never
description: |
Time to load and deserialize the extensions startupCache data.
lifetime: application
notification_emails:
- addons-dev-internal@mozilla.com
- lgreco@mozilla.com
bugs:
- https://bugzilla.mozilla.org/1767336/
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1767336#c7
data_sensitivity:
- technical
telemetry_mirror: EXTENSIONS_STARTUPCACHE_LOAD_TIME
no_lint:
- GIFFT_NON_PING_LIFETIME
startup_cache_read_errors:
type: labeled_counter
expires: never
description: |
The number of times an unexpected error has been raised while reading
the extensions StartupCache file.
lifetime: application
notification_emails:
- addons-dev-internal@mozilla.com
bugs:
- https://bugzilla.mozilla.org/1767336/
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1767336#c7
data_sensitivity:
- technical
telemetry_mirror: EXTENSIONS_STARTUPCACHE_READ_ERRORS
no_lint:
- GIFFT_NON_PING_LIFETIME
startup_cache_write_bytelength:
type: quantity
unit: bytes
expires: never
description: |
The amount of bytes written to the extensions StartupCache file.
lifetime: application
notification_emails:
- addons-dev-internal@mozilla.com
bugs:
- https://bugzilla.mozilla.org/1767336/
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1767336#c7
data_sensitivity:
- technical
telemetry_mirror: EXTENSIONS_STARTUPCACHE_WRITE_BYTELENGTH
no_lint:
- GIFFT_NON_PING_LIFETIME
sync_usage_quotas:
type: event
description: |
These events record the basic stat about usage, and are collected the
first time an extension uses the sync storage API during a session.
bugs:
- https://bugzilla.mozilla.org/1915183
data_reviews:
- https://phabricator.services.mozilla.com/D222442
data_sensitivity:
- technical
notification_emails:
- addons-dev-internal@mozilla.com
extra_keys:
addon_id:
description: Id of the addon.
type: string
total_size_bytes:
description: Size of the sync data.
type: quantity
items_count:
description: Number of items in sync storage.
type: quantity
items_over_quota:
description: Count of items larger than QUOTA_BYTES_PER_ITEM.
type: quantity
backend:
description: Backend engine used, currently either "kinto" or "rust"
type: string
expires: 140
event_page_running_time:
type: custom_distribution
unit: ms
range_min: 1
range_max: 60000
bucket_count: 100
histogram_type: exponential
expires: never
description: |
Amount of time (keyed by addon id) that an event page has been running before being suspended,
or the entire addon shutdown.
notification_emails:
- addons-dev-internal@mozilla.com
bugs:
- https://bugzilla.mozilla.org/1787940
- https://bugzilla.mozilla.org/1820158
data_reviews:
- https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
data_sensitivity:
- technical