Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  metrics.yaml   Sprache: unbekannt

 
Spracherkennung für: .yaml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# 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/.

# Adding a new metric? We have docs for that!
https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html

---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
$tags:
  - 'WebExtensions :: General'

extensions:
  allow_execute_script_in_moz_extension:
    type: boolean
    expires: never
    lifetime: application
    description: >
      Corresponds to the value of `extensions.webextensions.allow_executeScript_in_moz_extension` pref.
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/2011234/
    data_reviews:
      - https://bugzilla.mozilla.org/2011234/
    data_sensitivity:
      - technical

  match_moz_extension_document:
    type: event
    expires: never
    description: >
      Telemetry event reporting add-ons ids of the add-ons that have
      been matching extension pages (and either hit the restriction
      or being allowed to match the extension page based on the value
      of the related pref).
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/2011234/
    data_reviews:
      - https://bugzilla.mozilla.org/2011234/
    data_sensitivity:
      - technical
      - interaction
    extra_keys:
      addon_id:
        description: The add-on ID matching an extension page.
        type: string
      is_top_level_frame:
        description: Set to true if the extension page was a top-level frame.
        type: boolean
      restricted:
        description: Set to true if the matching was restricted.
        type: boolean

  use_remote_pref:
    type: boolean
    expires: never
    lifetime: application
    description: >
      Corresponds to the value of `extensions.webextensions.remote` pref.
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1850351/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1850351#c2
    data_sensitivity:
      - technical

  use_remote_policy:
    type: boolean
    expires: never
    lifetime: application
    description: >
      Corresponds to the value of `WebExtensionPolicy.useRemoteWebExtensions`.
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1850351/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1850351#c2
    data_sensitivity:
      - technical

  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/
      - https://bugzilla.mozilla.org/1912170/
      - https://bugzilla.mozilla.org/1958168/
      - https://bugzilla.mozilla.org/1994581/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1767336#c7
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical

  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/
      - https://bugzilla.mozilla.org/1892151/
      - https://bugzilla.mozilla.org/1928258/
      - https://bugzilla.mozilla.org/1958168/
      - https://bugzilla.mozilla.org/1994581/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1767336#c7
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical

  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/
      - https://bugzilla.mozilla.org/1892151/
      - https://bugzilla.mozilla.org/1928258/
      - https://bugzilla.mozilla.org/1958168/
      - https://bugzilla.mozilla.org/1994581/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1767336#c7
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical

  process_event:
    type: labeled_counter
    expires: never
    description: |
      Counters for how many times the extension process has crashed or been created.
      The labels with "_fg" / "_bg" suffixes are only recorded in Android builds,
      while the "created" and "crashed" labels are recorded on both Desktop and Android
      builds.
    lifetime: application
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1830157/
      - https://bugzilla.mozilla.org/1848223/
      - https://bugzilla.mozilla.org/1850350/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1830157#c7
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1848223#c4
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1850350#c2
    data_sensitivity:
      - technical
    labels:
      - crashed_bg
      - crashed_fg
      - created_bg
      - created_fg
      - crashed_over_threshold_bg
      - crashed_over_threshold_fg

extensions.apis.dnr:

  startup_cache_read_size:
    type: memory_distribution
    memory_unit: byte
    expires: 155
    description: |
      Amount of data read from the DNR startup cache file.
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1803363/
      - https://bugzilla.mozilla.org/1850890/
      - https://bugzilla.mozilla.org/1881399/
      - https://bugzilla.mozilla.org/1881406/
      - https://bugzilla.mozilla.org/1946276/
      - https://bugzilla.mozilla.org/1946282/
      - https://bugzilla.mozilla.org/1984252/
      - https://bugzilla.mozilla.org/1984461/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1803363#c11
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical

  startup_cache_read_time:
    type: timing_distribution
    time_unit: millisecond
    expires: 155
    description: |
      Amount of time it takes to read data into the DNR startup cache file.
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1803363/
      - https://bugzilla.mozilla.org/1850890/
      - https://bugzilla.mozilla.org/1881399/
      - https://bugzilla.mozilla.org/1881406/
      - https://bugzilla.mozilla.org/1946276/
      - https://bugzilla.mozilla.org/1946282/
      - https://bugzilla.mozilla.org/1984252/
      - https://bugzilla.mozilla.org/1984461/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1803363#c11
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical

  startup_cache_write_size:
    type: memory_distribution
    memory_unit: byte
    expires: 155
    description: |
      Amount of data written to the DNR startup cache file.
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1803363/
      - https://bugzilla.mozilla.org/1850890/
      - https://bugzilla.mozilla.org/1881399/
      - https://bugzilla.mozilla.org/1881406/
      - https://bugzilla.mozilla.org/1946276/
      - https://bugzilla.mozilla.org/1946282/
      - https://bugzilla.mozilla.org/1984252/
      - https://bugzilla.mozilla.org/1984461/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1803363#c11
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical

  startup_cache_write_time:
    type: timing_distribution
    time_unit: millisecond
    expires: 155
    description: |
      Amount of time it takes to write data into the DNR startup cache file.
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1803363/
      - https://bugzilla.mozilla.org/1850890/
      - https://bugzilla.mozilla.org/1881399/
      - https://bugzilla.mozilla.org/1881406/
      - https://bugzilla.mozilla.org/1946276/
      - https://bugzilla.mozilla.org/1946282/
      - https://bugzilla.mozilla.org/1984252/
      - https://bugzilla.mozilla.org/1984461/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1803363#c11
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical

  startup_cache_entries:
    type: labeled_counter
    expires: 155
    description: |
      Counters for startup cache data hits or misses on initializating
      DNR rules for extensions loaded on application startup.
    lifetime: application
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1803363/
      - https://bugzilla.mozilla.org/1850890/
      - https://bugzilla.mozilla.org/1881406/
      - https://bugzilla.mozilla.org/1881399/
      - https://bugzilla.mozilla.org/1946276/
      - https://bugzilla.mozilla.org/1946282/
      - https://bugzilla.mozilla.org/1984252/
      - https://bugzilla.mozilla.org/1984461/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1803363#c11
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical
    labels:
      - hit
      - miss

  validate_rules_time:
    type: timing_distribution
    time_unit: millisecond
    expires: 155
    description: |
      Amount of time it takes to validate DNR rules of individual ruleset
      when dynamic or static rulesets have been loaded from disk.
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1803363/
      - https://bugzilla.mozilla.org/1850890/
      - https://bugzilla.mozilla.org/1881399/
      - https://bugzilla.mozilla.org/1881406/
      - https://bugzilla.mozilla.org/1946276/
      - https://bugzilla.mozilla.org/1946282/
      - https://bugzilla.mozilla.org/1984252/
      - https://bugzilla.mozilla.org/1984461/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1803363#c11
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical

  evaluate_rules_time:
    type: timing_distribution
    time_unit: millisecond
    expires: 155
    description: |
      Amount of time it takes to evaluate DNR rules for one network request.
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1803363/
      - https://bugzilla.mozilla.org/1850890/
      - https://bugzilla.mozilla.org/1881399/
      - https://bugzilla.mozilla.org/1881406/
      - https://bugzilla.mozilla.org/1946276/
      - https://bugzilla.mozilla.org/1946282/
      - https://bugzilla.mozilla.org/1984252/
      - https://bugzilla.mozilla.org/1984461/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1803363#c11
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical

  evaluate_rules_count_max:
    type: quantity
    unit: rules
    expires: 155
    description: |
      Max amount of DNR rules being evaluated.
    lifetime: ping
    notification_emails:
      - addons-dev-internal@mozilla.com
    bugs:
      - https://bugzilla.mozilla.org/1803363/
      - https://bugzilla.mozilla.org/1850890/
      - https://bugzilla.mozilla.org/1881399/
      - https://bugzilla.mozilla.org/1881406/
      - https://bugzilla.mozilla.org/1946276/
      - https://bugzilla.mozilla.org/1946282/
      - https://bugzilla.mozilla.org/1984252/
      - https://bugzilla.mozilla.org/1984461/
      - https://bugzilla.mozilla.org/2018311/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1803363#c11
      - https://bugzilla.mozilla.org/2018311/
    data_sensitivity:
      - technical

extensions.data:

  migrate_result:
    type: event
    description: |
      These events are sent when an extension is migrating its data to the new
      IndexedDB backend.
    bugs:
      - https://bugzilla.mozilla.org/1470213
      - https://bugzilla.mozilla.org/1553297
      - https://bugzilla.mozilla.org/1590736
      - https://bugzilla.mozilla.org/1630596
      - https://bugzilla.mozilla.org/1672570
      - https://bugzilla.mozilla.org/1714251
      - https://bugzilla.mozilla.org/1749878
      - https://bugzilla.mozilla.org/1781974
      - https://bugzilla.mozilla.org/1817100
      - https://bugzilla.mozilla.org/1861295
      - https://bugzilla.mozilla.org/1912166
      - https://bugzilla.mozilla.org/1958151
      - https://bugzilla.mozilla.org/1994595
      - https://bugzilla.mozilla.org/2041168/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1470213#c15
      - https://bugzilla.mozilla.org/2041168/
    data_sensitivity:
      - technical
    notification_emails:
      - addons-dev-internal@mozilla.com
    extra_keys:
      addon_id:
        description: Id of the addon.
        type: string
      backend:
        description: The selected backend ("JSONFile" / "IndexedDB").
        type: string
      data_migrated:
        description: The old extension data has been migrated ("y" / "n").
        type: string
      error_name:
        description: |
          A DOMException error name if any ("OtherError" for unknown errors).
          The error has been fatal if the `backend` extra key is "JSONFile",
          otherwise it is a non fatal error which didn't prevented the
          extension from switching to the IndexedDB backend.
        type: string
      has_jsonfile:
        description: The extension has a JSONFile ("y" / "n").
        type: string
      has_olddata:
        description: Extension had some data stored in JSONFile ("y" / "n").
        type: string
    expires: 161

  storage_local_error:
    type: event
    description: |
      These events are collected when an extension triggers an unexpected error
      while running a storage.local API call (e.g. because of some underlying
      QuotaManager and/or IndexedDB error).
    bugs:
      - https://bugzilla.mozilla.org/1606903
      - https://bugzilla.mozilla.org/1649948
      - https://bugzilla.mozilla.org/1689255
      - https://bugzilla.mozilla.org/1730038
      - https://bugzilla.mozilla.org/1763523
      - https://bugzilla.mozilla.org/1811148
      - https://bugzilla.mozilla.org/1861297
      - https://bugzilla.mozilla.org/1912166
      - https://bugzilla.mozilla.org/1958151
      - https://bugzilla.mozilla.org/1994595
      - https://bugzilla.mozilla.org/2041168/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1606903#c3
      - https://bugzilla.mozilla.org/2041168/
    data_sensitivity:
      - technical
    notification_emails:
      - addons-dev-internal@mozilla.com
    extra_keys:
      addon_id:
        description: Id of the addon.
        type: string
      method:
        description: The storage.local API method name.
        type: string
      error_name:
        description: |
          A DOMException error name if any ("OtherError" for unknown errors).
        type: string
    expires: 161

  storage_local_corrupted_reset:
    type: event
    description: |
      These events are collected when the underlying IndexedDB backend is detected
      as corrupted and Firefox is resetting it to allow it to be recreated from
      scratch.
    bugs:
      - https://bugzilla.mozilla.org/1979997
      - https://bugzilla.mozilla.org/2018017
      - https://bugzilla.mozilla.org/2026440
    data_reviews:
      - https://bugzilla.mozilla.org/1979997
      - https://bugzilla.mozilla.org/2018017
      - https://bugzilla.mozilla.org/2026440
    data_sensitivity:
      - technical
    notification_emails:
      - addons-dev-internal@mozilla.com
    extra_keys:
      addon_id:
        description: Id of the addon.
        type: string
      reason:
        description: |
          A string that identifies the reason for resetting the storage.local IndexedDB
          database. e.g.
          - "ObjectStoreNotFound": (The IndexedDB instance is missing the expected
            ObjectStorage name).
          - "RejectedClear:ERROR_NAME": (The storage.local.clear method has hit an unexpected
            error while iterating over the database keys, ERROR_NAME is either a DOMException
            error name or "OtherError" in case of non-DOMException errors).
        type: string
      after_reset:
        description: |
          Set to true if the storage.local IndexedDB was still corrupted
          right after being completely reset.
        type: boolean
      reset_disabled:
        description: |
          Whether automatically reset corrupted databases is disabled.
        type: boolean
      reset_error_name:
        description: |
          The name of the error hit by the DB reset logic (if any).
        type: string
      is_addon_active:
        description: |
          Whether the WebExtensionPolicy associated to the add-on was active
          at the time we are collecting this event.
        type: boolean
    expires: 159

  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
      - https://bugzilla.mozilla.org/1958156
      - https://bugzilla.mozilla.org/1994599
      - https://bugzilla.mozilla.org/2041170/
    data_reviews:
      - https://phabricator.services.mozilla.com/D222442
      - https://bugzilla.mozilla.org/2041170/
    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: 161

  migrate_result_count:
    type: labeled_counter
    description: >
      The number of times a storage.local backend data migration has been
      completed and results in one of the categories.

      This metric was generated to correspond to the Legacy Telemetry
      categorical histogram WEBEXT_STORAGE_LOCAL_IDB_MIGRATE_RESULT_COUNT.
    labels:
      - success
      - failure
    bugs:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1465129
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1958154
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
      - https://bugzilla.mozilla.org/2018311/
      - https://bugzilla.mozilla.org/2041168/
    data_reviews:
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1465129
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
      - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
      - https://bugzilla.mozilla.org/2018311/
      - https://bugzilla.mozilla.org/2041168/
    notification_emails:
      - addons-dev-internal@mozilla.com
      - lgreco@mozilla.com
    expires: 161

extensions.counters:

    browser_action_preload_result:
      type: labeled_counter
      expires: never
      description: |
        Number of times an event page hit the idle timeout and results in one of the labels.
      labels: &browser_action_preload_result_labels
        - popupShown
        - clearAfterHover
        - clearAfterMousedown
      lifetime: application
      notification_emails:
        - addons-dev-internal@mozilla.com
      bugs:
        - https://bugzilla.mozilla.org/1297167
        - https://bugzilla.mozilla.org/1513556
        - https://bugzilla.mozilla.org/1578225
        - https://bugzilla.mozilla.org/1623315
        - https://bugzilla.mozilla.org/1666980
        - https://bugzilla.mozilla.org/1706839
        - https://bugzilla.mozilla.org/1745271
        - https://bugzilla.mozilla.org/1777402
        - https://bugzilla.mozilla.org/1811155
        - https://bugzilla.mozilla.org/1861303
        - https://bugzilla.mozilla.org/1820158
        - https://bugzilla.mozilla.org/1912170
        - https://bugzilla.mozilla.org/1958168
        - https://bugzilla.mozilla.org/1994581
        - https://bugzilla.mozilla.org/2018311/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
        - https://bugzilla.mozilla.org/2018311/
      data_sensitivity:
        - technical

    browser_action_preload_result_by_addonid:
      type: dual_labeled_counter
      description: >
        The number of times a browserAction popup is preloaded and results in one
        of the categories, keyed by addon id.

        This metric was generated to correspond to the Legacy Telemetry
        categorical histogram
        WEBEXT_BROWSERACTION_POPUP_PRELOAD_RESULT_COUNT_BY_ADDONID.
      dual_labels:
        key:
          description: addon id.
        category:
          labels: *browser_action_preload_result_labels
          description: Labels for the expected popup preload results.
      bugs:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958168
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1960567
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958168
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      notification_emails:
        - addons-dev-internal@mozilla.com
        - lgreco@mozilla.com
      expires: 161

    event_page_idle_result:
      type: labeled_counter
      expires: never
      description: |
        Number of times an event page hit the idle timeout and results in one of the labels.
      labels: &event_page_idle_result_labels
        - suspend
        - reset_other
        - reset_event
        - reset_listeners
        - reset_nativeapp
        - reset_streamfilter
        - reset_parentapicall
        - permissions_request
        - launchWebAuthFlow
        - downloads_saveAs
      lifetime: application
      notification_emails:
        - addons-dev-internal@mozilla.com
      bugs:
        - https://bugzilla.mozilla.org/1787940
        - https://bugzilla.mozilla.org/1817103
        - https://bugzilla.mozilla.org/1820158
        - https://bugzilla.mozilla.org/1861303
        - https://bugzilla.mozilla.org/1912170
        - https://bugzilla.mozilla.org/1958168
        - https://bugzilla.mozilla.org/1994581
        - https://bugzilla.mozilla.org/2018311/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
        - https://bugzilla.mozilla.org/2018311/
      data_sensitivity:
        - technical

    event_page_idle_result_by_addonid:
      type: dual_labeled_counter
      description: >
        The number of times an event page hit the idle timeout and results in one
        of the categories, keyed by addon id.

        This metric was generated to correspond to the Legacy Telemetry
        categorical histogram WEBEXT_EVENTPAGE_IDLE_RESULT_COUNT_BY_ADDONID.
      dual_labels:
        key:
          description: addon id.
        category:
          labels: *event_page_idle_result_labels
          description: Labels of the keyed categorical legacy telemetry histogram
            WEBEXT_EVENTPAGE_IDLE_RESULT_COUNT_BY_ADDONID.
      bugs:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1787940
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1817103
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958168
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1960567
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1787940
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1817103
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958168
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      notification_emails:
        - addons-dev-internal@mozilla.com
        - lgreco@mozilla.com
      expires: 161

extensions.timing:

    background_page_load:
      type: timing_distribution
      time_unit: millisecond
      expires: never
      description: |
        Amount of time it takes to load a WebExtensions background page, from when the
        build function is called to when the page has finished processing the onload event.
      notification_emails:
        - addons-dev-internal@mozilla.com
      bugs:
        - https://bugzilla.mozilla.org/1353172
        - https://bugzilla.mozilla.org/1489524
        - https://bugzilla.mozilla.org/1820158
        - https://bugzilla.mozilla.org/2018311/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
        - https://bugzilla.mozilla.org/2018311/
      data_sensitivity:
        - technical

    background_page_load_by_addonid:
      type: labeled_timing_distribution
      description: >
        The amount of time it takes to load a WebExtensions background page, from
        when the build function is called to when the page has finished processing
        the onload event, keyed by addon id.

        This metric was generated to correspond to the Legacy Telemetry
        exponential histogram WEBEXT_BACKGROUND_PAGE_LOAD_MS_BY_ADDONID.
      time_unit: millisecond
      bugs:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958154
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      notification_emails:
        - addons-dev-internal@mozilla.com
        - lgreco@mozilla.com
      expires: 161

    browser_action_popup_open:
      type: timing_distribution
      time_unit: millisecond
      expires: never
      description: |
        Amount of time it takes for a BrowserAction popup to open.
      notification_emails:
        - addons-dev-internal@mozilla.com
      bugs:
        - https://bugzilla.mozilla.org/1297167
        - https://bugzilla.mozilla.org/1513556
        - https://bugzilla.mozilla.org/1578225
        - https://bugzilla.mozilla.org/1623315
        - https://bugzilla.mozilla.org/1666980
        - https://bugzilla.mozilla.org/1706839
        - https://bugzilla.mozilla.org/1745271
        - https://bugzilla.mozilla.org/1777402
        - https://bugzilla.mozilla.org/1811155
        - https://bugzilla.mozilla.org/1861303
        - https://bugzilla.mozilla.org/1820158
        - https://bugzilla.mozilla.org/1912170
        - https://bugzilla.mozilla.org/1958168
        - https://bugzilla.mozilla.org/1994581
        - https://bugzilla.mozilla.org/2018311/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
        - https://bugzilla.mozilla.org/2018311/
      data_sensitivity:
        - technical

    browser_action_popup_open_by_addonid:
      type: labeled_timing_distribution
      description: >
        The amount of time it takes for a BrowserAction popup to open, keyed by
        addon id.

        This metric was generated to correspond to the Legacy Telemetry
        exponential histogram WEBEXT_BROWSERACTION_POPUP_OPEN_MS_BY_ADDONID.
      time_unit: millisecond
      bugs:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958154
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      notification_emails:
        - addons-dev-internal@mozilla.com
        - lgreco@mozilla.com
      expires: 161

    content_script_injection:
      type: timing_distribution
      time_unit: millisecond
      expires: never
      description: |
        Amount of time it takes for content scripts from a WebExtension to be injected into a window.
      notification_emails:
        - addons-dev-internal@mozilla.com
      bugs:
        - https://bugzilla.mozilla.org/1356323
        - https://bugzilla.mozilla.org/1489524
        - https://bugzilla.mozilla.org/1820158
        - https://bugzilla.mozilla.org/2018311/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
        - https://bugzilla.mozilla.org/2018311/
      data_sensitivity:
        - technical

    content_script_injection_by_addonid:
      type: labeled_timing_distribution
      description: >
        The amount of time it takes for content scripts from a WebExtension to be
        injected into a window, keyed by addon id.

        This metric was generated to correspond to the Legacy Telemetry
        exponential histogram WEBEXT_CONTENT_SCRIPT_INJECTION_MS_BY_ADDONID.
      time_unit: millisecond
      bugs:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958154
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      notification_emails:
        - addons-dev-internal@mozilla.com
        - lgreco@mozilla.com
      expires: 161

    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
        - https://bugzilla.mozilla.org/2018311/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
        - https://bugzilla.mozilla.org/2018311/
      data_sensitivity:
        - technical

    event_page_running_time_by_addonid:
      type: labeled_timing_distribution
      description: >
        The amount of time (keyed by addon id) that an event page has been running
        before being suspended, or the entire addon shutdown.

        This metric was generated to correspond to the Legacy Telemetry
        exponential histogram WEBEXT_EVENTPAGE_RUNNING_TIME_MS_BY_ADDONID.
      time_unit: millisecond
      bugs:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1787940
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1817103
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958154
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1787940
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1817103
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      notification_emails:
        - addons-dev-internal@mozilla.com
        - lgreco@mozilla.com
      expires: 161

    extension_startup:
      type: timing_distribution
      time_unit: millisecond
      expires: never
      description: |
        Amount of time it takes for a WebExtension to start up, from when the
        startup function is called to when the startup promise resolves.
      notification_emails:
        - addons-dev-internal@mozilla.com
      bugs:
        - https://bugzilla.mozilla.org/1353171
        - https://bugzilla.mozilla.org/1489524
        - https://bugzilla.mozilla.org/1820158
        - https://bugzilla.mozilla.org/2018311/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
        - https://bugzilla.mozilla.org/2018311/
      data_sensitivity:
        - technical

    extension_startup_by_addonid:
      type: labeled_timing_distribution
      description: >
        The amount of time it takes for a WebExtension to start up, from when the
        startup function is called to when the startup promise resolves, keyed by
        addon id.

        This metric was generated to correspond to the Legacy Telemetry
        exponential histogram WEBEXT_EXTENSION_STARTUP_MS_BY_ADDONID.
      time_unit: millisecond
      bugs:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958154
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      notification_emails:
        - addons-dev-internal@mozilla.com
        - lgreco@mozilla.com
      expires: 161

    page_action_popup_open:
      type: timing_distribution
      time_unit: millisecond
      expires: never
      description: |
        Amount of time it takes for a PageAction popup to open.
      notification_emails:
        - addons-dev-internal@mozilla.com
      bugs:
        - https://bugzilla.mozilla.org/1297167
        - https://bugzilla.mozilla.org/1513556
        - https://bugzilla.mozilla.org/1578225
        - https://bugzilla.mozilla.org/1623315
        - https://bugzilla.mozilla.org/1666980
        - https://bugzilla.mozilla.org/1706839
        - https://bugzilla.mozilla.org/1745271
        - https://bugzilla.mozilla.org/1777402
        - https://bugzilla.mozilla.org/1811155
        - https://bugzilla.mozilla.org/1861303
        - https://bugzilla.mozilla.org/1820158
        - https://bugzilla.mozilla.org/1912170
        - https://bugzilla.mozilla.org/1958168
        - https://bugzilla.mozilla.org/1994581
        - https://bugzilla.mozilla.org/2018311/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
        - https://bugzilla.mozilla.org/2018311/
      data_sensitivity:
        - technical

    page_action_popup_open_by_addonid:
      type: labeled_timing_distribution
      description: >
        The amount of time it takes for a PageAction popup to open, keyed by addon
        id.

        This metric was generated to correspond to the Legacy Telemetry
        exponential histogram WEBEXT_PAGEACTION_POPUP_OPEN_MS_BY_ADDONID.
      time_unit: millisecond
      bugs:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958154
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      notification_emails:
        - addons-dev-internal@mozilla.com
        - lgreco@mozilla.com
      expires: 161

    storage_local_get_idb:
      type: timing_distribution
      time_unit: millisecond
      expires: never
      description: |
        Amount of time it takes to perform a get via storage.local using the IndexedDB backend.
      notification_emails:
        - addons-dev-internal@mozilla.com
      bugs:
        - https://bugzilla.mozilla.org/1465120
        - https://bugzilla.mozilla.org/1513556
        - https://bugzilla.mozilla.org/1578225
        - https://bugzilla.mozilla.org/1623315
        - https://bugzilla.mozilla.org/1666980
        - https://bugzilla.mozilla.org/1706839
        - https://bugzilla.mozilla.org/1745271
        - https://bugzilla.mozilla.org/1777402
        - https://bugzilla.mozilla.org/1811155
        - https://bugzilla.mozilla.org/1820158
        - https://bugzilla.mozilla.org/1861303
        - https://bugzilla.mozilla.org/1912170
        - https://bugzilla.mozilla.org/1958168
        - https://bugzilla.mozilla.org/1994581
        - https://bugzilla.mozilla.org/2018311/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
        - https://bugzilla.mozilla.org/2018311/
      data_sensitivity:
        - technical

    storage_local_get_idb_by_addonid:
      type: labeled_timing_distribution
      description: >
        The amount of time it takes to perform a get via storage.local using the
        IndexedDB backend, keyed by addon id.

        This metric was generated to correspond to the Legacy Telemetry
        exponential histogram WEBEXT_STORAGE_LOCAL_IDB_GET_MS_BY_ADDONID.
      time_unit: millisecond
      bugs:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958154
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      notification_emails:
        - addons-dev-internal@mozilla.com
        - lgreco@mozilla.com
      expires: 161

    storage_local_set_idb:
      type: timing_distribution
      time_unit: millisecond
      expires: never
      description: |
        Amount of time it takes to perform a set via storage.local using the Indexed backend.
      notification_emails:
        - addons-dev-internal@mozilla.com
      bugs:
        - https://bugzilla.mozilla.org/1465120
        - https://bugzilla.mozilla.org/1513556
        - https://bugzilla.mozilla.org/1578225
        - https://bugzilla.mozilla.org/1623315
        - https://bugzilla.mozilla.org/1666980
        - https://bugzilla.mozilla.org/1706839
        - https://bugzilla.mozilla.org/1745271
        - https://bugzilla.mozilla.org/1777402
        - https://bugzilla.mozilla.org/1811155
        - https://bugzilla.mozilla.org/1820158
        - https://bugzilla.mozilla.org/1861303
        - https://bugzilla.mozilla.org/1912170
        - https://bugzilla.mozilla.org/1958168
        - https://bugzilla.mozilla.org/1994581
        - https://bugzilla.mozilla.org/2018311/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1820158#c8
        - https://bugzilla.mozilla.org/2018311/
      data_sensitivity:
        - technical

    storage_local_set_idb_by_addonid:
      type: labeled_timing_distribution
      description: >
        The amount of time it takes to perform a set via storage.local using the
        IndexedDB backend, keyed by addon id.

        This metric was generated to correspond to the Legacy Telemetry
        exponential histogram WEBEXT_STORAGE_LOCAL_IDB_SET_MS_BY_ADDONID.
      time_unit: millisecond
      bugs:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1958154
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994581
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1994599
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      data_reviews:
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1483002
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1513556
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1578225
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1623315
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1666980
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1706839
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1745271
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1777402
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1811155
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1861303
        - https://bugzilla.mozilla.org/show_bug.cgi?id=1912170
        - https://bugzilla.mozilla.org/2018311/
        - https://bugzilla.mozilla.org/2041168/
      notification_emails:
        - addons-dev-internal@mozilla.com
        - lgreco@mozilla.com
      expires: 161

[Verzeichnis aufwärts0.54unsichere Verbindung]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=752002