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
9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
14 timers_fired_per_wakeup:
15 type: custom_distribution
17 How many timers were processed in a single wake-up of the Timer Thread.
21 histogram_type: exponential
23 - https://bugzilla.mozilla.org/show_bug.cgi?id=1814718
25 - https://bugzilla.mozilla.org/show_bug.cgi?id=1814718
36 This event is recorded when the memory situation is no longer low.
37 The "stats" object consists of three numbers comma-delimited: 1) how
38 many times a tab was unloaded 2) how many memory-pressure events
39 were dispatched 3) how long we were in the low-memory situation in
41 This event was generated to correspond to the Legacy Telemetry event
42 memory_watcher.on_high_memory#stats.
44 - https://bugzil.la/1715858
46 - https://bugzil.la/1715858
48 - tkikuchi@mozilla.com
53 The `value` of the event. Mirrors to the Legacy Telemetry
54 event's `value` parameter.
55 The stringified, comma-separated stats.
57 telemetry_mirror: Memory_watcher_OnHighMemory_Stats