metrics.yaml (1663B)
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 # Adding a new metric? We have docs for that! 6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html 7 8 --- 9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0 10 $tags: 11 - 'Core :: XPCOM' 12 13 startup_cache: 14 requests: 15 type: labeled_counter 16 description: > 17 Record hits and misses to the startup cache, with categories. 18 19 This metric was generated to correspond to the Legacy Telemetry 20 categorical histogram STARTUP_CACHE_REQUESTS. 21 labels: 22 - HitMemory 23 - HitDisk 24 - Miss 25 bugs: 26 - https://bugzilla.mozilla.org/show_bug.cgi?id=1364235 27 - https://bugzilla.mozilla.org/show_bug.cgi?id=1590385 28 - https://bugzilla.mozilla.org/show_bug.cgi?id=1623098 29 - https://bugzilla.mozilla.org/show_bug.cgi?id=1649954 30 - https://bugzilla.mozilla.org/show_bug.cgi?id=1689257 31 - https://bugzilla.mozilla.org/show_bug.cgi?id=1754639 32 data_reviews: 33 - https://bugzilla.mozilla.org/show_bug.cgi?id=1364235 34 - https://bugzilla.mozilla.org/show_bug.cgi?id=1590385 35 - https://bugzilla.mozilla.org/show_bug.cgi?id=1623098 36 - https://bugzilla.mozilla.org/show_bug.cgi?id=1649954 37 - https://bugzilla.mozilla.org/show_bug.cgi?id=1689257 38 - https://bugzilla.mozilla.org/show_bug.cgi?id=1754639 39 notification_emails: 40 - dothayer@mozilla.com 41 - plawless@mozilla.com 42 expires: never 43 telemetry_mirror: h#STARTUP_CACHE_REQUESTS