Bug 1892041 - Part 3: Update test exclusions. r=spidermonkey-reviewers,dminor
[gecko.git] / xpcom / metrics.yaml
blob36d2e0fad327dd2efb029d329ef857a236be55df
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   - "Core :: XPCOM"
13 timer_thread:
14   timers_fired_per_wakeup:
15     type: custom_distribution
16     description: >
17       How many timers were processed in a single wake-up of the Timer Thread.
18     range_min: 0
19     range_max: 80
20     bucket_count: 20
21     histogram_type: exponential
22     bugs:
23       - https://bugzilla.mozilla.org/show_bug.cgi?id=1814718
24     data_reviews:
25       - https://bugzilla.mozilla.org/show_bug.cgi?id=1814718
26     data_sensitivity:
27       - technical
28     notification_emails:
29       - jlink@mozilla.com
30     expires: never