metrics.yaml (7949B)
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 :: Layout' 12 13 layout: 14 refresh_driver_tick: 15 type: timing_distribution 16 description: > 17 Total time spent ticking the refresh driver in milliseconds 18 19 This metric was generated to correspond to the Legacy Telemetry 20 exponential histogram REFRESH_DRIVER_TICK. 21 time_unit: millisecond 22 bugs: 23 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726 24 data_reviews: 25 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726 26 notification_emails: 27 - gfx-telemetry-alerts@mozilla.com 28 - rhunt@mozilla.com 29 expires: never 30 telemetry_mirror: REFRESH_DRIVER_TICK 31 32 paint_rasterize_time: 33 type: timing_distribution 34 description: > 35 Time spent rasterizing each frame in milliseconds 36 37 This metric was generated to correspond to the Legacy Telemetry 38 exponential histogram PAINT_RASTERIZE_TIME. 39 time_unit: millisecond 40 bugs: 41 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726 42 data_reviews: 43 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726 44 notification_emails: 45 - gfx-telemetry-alerts@mozilla.com 46 - rhunt@mozilla.com 47 expires: never 48 telemetry_mirror: PAINT_RASTERIZE_TIME 49 50 refresh_driver_chrome_frame_delay: 51 type: timing_distribution 52 description: > 53 Delay in ms between the target and the actual handling time of the frame 54 at refresh driver in the chrome process. 55 56 This metric was generated to correspond to the Legacy Telemetry 57 exponential histogram FX_REFRESH_DRIVER_CHROME_FRAME_DELAY_MS. 58 time_unit: millisecond 59 bugs: 60 - https://bugzilla.mozilla.org/show_bug.cgi?id=1220699 61 data_reviews: 62 - https://bugzilla.mozilla.org/show_bug.cgi?id=1220699 63 notification_emails: 64 - perf-telemetry-alerts@mozilla.com 65 - gfx-telemetry-alerts@mozilla.com 66 - rhunt@mozilla.com 67 expires: never 68 telemetry_mirror: FX_REFRESH_DRIVER_CHROME_FRAME_DELAY_MS 69 70 refresh_driver_content_frame_delay: 71 type: timing_distribution 72 description: > 73 Delay in ms between the target and the actual handling time of the frame 74 at refresh driver in the content process. 75 76 This metric was generated to correspond to the Legacy Telemetry 77 exponential histogram FX_REFRESH_DRIVER_CONTENT_FRAME_DELAY_MS. 78 time_unit: millisecond 79 bugs: 80 - https://bugzilla.mozilla.org/show_bug.cgi?id=1221674 81 data_reviews: 82 - https://bugzilla.mozilla.org/show_bug.cgi?id=1221674 83 notification_emails: 84 - perf-telemetry-alerts@mozilla.com 85 - gfx-telemetry-alerts@mozilla.com 86 - rhunt@mozilla.com 87 expires: never 88 telemetry_mirror: FX_REFRESH_DRIVER_CONTENT_FRAME_DELAY_MS 89 90 input_event_response: 91 type: timing_distribution 92 description: > 93 Time (ms) from the Input event being created to the end of it being 94 handled 95 96 This metric was generated to correspond to the Legacy Telemetry 97 exponential histogram INPUT_EVENT_RESPONSE_MS. 98 time_unit: millisecond 99 bugs: 100 - https://bugzilla.mozilla.org/show_bug.cgi?id=1235908 101 - https://bugzilla.mozilla.org/show_bug.cgi?id=1511919 102 data_reviews: 103 - https://bugzilla.mozilla.org/show_bug.cgi?id=1235908 104 - https://bugzilla.mozilla.org/show_bug.cgi?id=1511919 105 notification_emails: 106 - perf-telemetry-alerts@mozilla.com 107 - chutten@mozilla.com 108 expires: never 109 telemetry_mirror: INPUT_EVENT_RESPONSE_MS 110 111 input_event_response_coalesced: 112 type: timing_distribution 113 description: > 114 Time (ms) from the Input event being created to the end of it being 115 handled, but with overlapping events coalesced. 116 117 This metric was generated to correspond to the Legacy Telemetry 118 exponential histogram INPUT_EVENT_RESPONSE_COALESCED_MS. 119 time_unit: millisecond 120 bugs: 121 - https://bugzilla.mozilla.org/show_bug.cgi?id=1357457 122 - https://bugzilla.mozilla.org/show_bug.cgi?id=1489524 123 data_reviews: 124 - https://bugzilla.mozilla.org/show_bug.cgi?id=1357457 125 - https://bugzilla.mozilla.org/show_bug.cgi?id=1489524 126 notification_emails: 127 - perf-telemetry-alerts@mozilla.com 128 - chutten@mozilla.com 129 - gfritzsche@mozilla.com 130 expires: never 131 telemetry_mirror: INPUT_EVENT_RESPONSE_COALESCED_MS 132 133 load_input_event_response: 134 type: timing_distribution 135 description: > 136 Time (ms) from the Input event being created to the end of it being 137 handled for events handling during page load only 138 139 This metric was generated to correspond to the Legacy Telemetry 140 exponential histogram LOAD_INPUT_EVENT_RESPONSE_MS. 141 time_unit: millisecond 142 bugs: 143 - https://bugzilla.mozilla.org/show_bug.cgi?id=1298101 144 data_reviews: 145 - https://bugzilla.mozilla.org/show_bug.cgi?id=1298101 146 notification_emails: 147 - perf-telemetry-alerts@mozilla.com 148 expires: never 149 telemetry_mirror: LOAD_INPUT_EVENT_RESPONSE_MS 150 151 long_reflow_interruptible: 152 type: labeled_counter 153 description: > 154 Long running reflow, interruptible or not 155 156 This metric was generated to correspond to the Legacy Telemetry boolean 157 histogram LONG_REFLOW_INTERRUPTIBLE. 158 labels: 159 - "false" 160 - "true" 161 bugs: 162 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726 163 data_reviews: 164 - https://bugzilla.mozilla.org/show_bug.cgi?id=1956726 165 notification_emails: 166 - perf-telemetry-alerts@mozilla.com 167 expires: never 168 telemetry_mirror: h#LONG_REFLOW_INTERRUPTIBLE 169 170 time_to_first_interaction: 171 type: timing_distribution 172 description: > 173 Time in milliseconds from the first non-blank paint to the creation time 174 of the next click, key, mouse or scroll event per top-level content 175 browsing context. 176 177 This metric was generated to correspond to the Legacy Telemetry 178 exponential histogram TIME_TO_FIRST_INTERACTION_MS. 179 time_unit: millisecond 180 bugs: 181 - https://bugzilla.mozilla.org/show_bug.cgi?id=1332511 182 - https://bugzilla.mozilla.org/show_bug.cgi?id=1489524 183 data_reviews: 184 - https://bugzilla.mozilla.org/show_bug.cgi?id=1332511 185 - https://bugzilla.mozilla.org/show_bug.cgi?id=1489524 186 notification_emails: 187 - perf-telemetry-alerts@mozilla.com 188 expires: never 189 telemetry_mirror: TIME_TO_FIRST_INTERACTION_MS 190 191 input_event_queued_click: 192 type: timing_distribution 193 description: > 194 Time (ms) for the mouse up/down event to dispatch, but before handlers 195 executing. 196 197 This metric was generated to correspond to the Legacy Telemetry 198 exponential histogram INPUT_EVENT_QUEUED_CLICK_MS. 199 time_unit: millisecond 200 bugs: 201 - https://bugzilla.mozilla.org/show_bug.cgi?id=1341531 202 data_reviews: 203 - https://bugzilla.mozilla.org/show_bug.cgi?id=1341531 204 notification_emails: 205 - bschouten@mozilla.com 206 expires: never 207 telemetry_mirror: INPUT_EVENT_QUEUED_CLICK_MS 208 209 input_event_queued_keyboard: 210 type: timing_distribution 211 description: > 212 Time (ms) for the keyboard event to dispatch, but before handlers 213 executing. 214 215 This metric was generated to correspond to the Legacy Telemetry 216 exponential histogram INPUT_EVENT_QUEUED_KEYBOARD_MS. 217 time_unit: millisecond 218 bugs: 219 - https://bugzilla.mozilla.org/show_bug.cgi?id=1341531 220 data_reviews: 221 - https://bugzilla.mozilla.org/show_bug.cgi?id=1341531 222 notification_emails: 223 - bschouten@mozilla.com 224 expires: never 225 telemetry_mirror: INPUT_EVENT_QUEUED_KEYBOARD_MS