tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

metrics.yaml (3257B)


      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 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
      6 $tags:
      7  - "WebExtensions :: General"
      8 
      9 addons.search_detection:
     10  etld_change_webrequest:
     11    type: event
     12    description: |
     13      Recorded when a request for a search query is redirected to another
     14      domain via the `webRequest` API.
     15      This event was generated to correspond to the Legacy Telemetry event
     16      addonsSearchDetection.etld_change#webrequest.
     17    bugs:
     18      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894526
     19    data_reviews:
     20      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894526
     21    data_sensitivity:
     22      - technical
     23    notification_emails:
     24      - addons-dev-internal@mozilla.com
     25      - tlong@mozilla.com
     26    extra_keys: &etld_change_extra_keys
     27      value:
     28        description: Either "extension" or "server". Mapped to Legacy Telemetry's `value` parameter.
     29        type: string
     30      addonId:
     31        description: The id of the addon
     32        type: string
     33      addonVersion:
     34        description: The version of the addon
     35        type: string
     36      from:
     37        description: The original domain (eTLD+1) of the request that matched a search endpoint.
     38        type: string
     39      to:
     40        description: The domain (eTLD+1) of the final redirect target.
     41        type: string
     42    expires: never
     43    telemetry_mirror: Addonssearchdetection_EtldChange_Webrequest
     44    no_lint:
     45      - COMMON_PREFIX
     46 
     47  etld_change_other:
     48    type: event
     49    description: |
     50      Recorded when a request for a search query is redirected to another
     51      domain via something other than the `webRequest` API.
     52      This event was generated to correspond to the Legacy Telemetry event
     53      addonsSearchDetection.etld_change#other.
     54    bugs:
     55      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894526
     56    data_reviews:
     57      - https://bugzilla.mozilla.org/show_bug.cgi?id=1894526
     58    data_sensitivity:
     59      - technical
     60    notification_emails:
     61      - addons-dev-internal@mozilla.com
     62      - tlong@mozilla.com
     63    extra_keys: *etld_change_extra_keys
     64    expires: never
     65    telemetry_mirror: Addonssearchdetection_EtldChange_Other
     66    no_lint:
     67      - COMMON_PREFIX
     68 
     69  same_site_redirect:
     70    type: event
     71    description: |
     72      Recorded when a request for a search query is redirected
     73      within the same eTLD site via the `webRequest` API.
     74    bugs:
     75      - https://bugzilla.mozilla.org/show_bug.cgi?id=1972849
     76    data_reviews:
     77      - https://bugzilla.mozilla.org/show_bug.cgi?id=1972849
     78    data_sensitivity:
     79      - technical
     80    notification_emails:
     81      - addons-dev-internal@mozilla.com
     82    extra_keys:
     83      addonId:
     84        description: The id of the addon
     85        type: string
     86      addonVersion:
     87        description: The version of the addon
     88        type: string
     89      origin:
     90        description: The original domain (eTLD+1) of the request that matched a search endpoint.
     91        type: string
     92      paramChanged:
     93        description: Whether the paramName was changed in the redirect.
     94        type: string
     95    expires: never
     96    no_lint:
     97      - COMMON_PREFIX