tor-browser

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

metrics.yaml (1197B)


      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 # IMPORTANT NOTE: this file is here only as a safety measure, to make
      6 # sure the correct code is generated even though the GeckoView AAR file
      7 # reports an empty metrics.yaml file. The metric in this file is currently
      8 # disabled and not supposed to collect any data.
      9 ---
     10 
     11 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
     12 
     13 test.glean.geckoview:
     14  streaming:
     15    type: timing_distribution
     16    gecko_datapoint: TELEMETRY_TEST_STREAMING
     17    disabled: true
     18    description: |
     19      A test-only, disabled metric. This is required to guarantee
     20      that a `GleanGeckoHistogramMapping` is always generated, even
     21      though the GeckoView AAR exports no metric. Please note that
     22      the data-review field below contains no review, since this
     23      metric is disabled and not allowed to collect any data.
     24    bugs:
     25      - https://bugzilla.mozilla.org/1566374
     26    data_reviews:
     27      - https://bugzilla.mozilla.org/1566374
     28    notification_emails:
     29      - glean-team@mozilla.com
     30    expires: never