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 build_displaylist_time:
15 type: timing_distribution
17 The time to build a Gecko display list.
19 - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
21 - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
25 - gfx-telemetry-alerts@mozilla.com
26 - mwoodrow@mozilla.com
28 telemetry_mirror: PAINT_BUILD_DISPLAYLIST_TIME
34 Current status of the GPU process feature
36 - https://bugzilla.mozilla.org/show_bug.cgi?id=1870021
38 - https://bugzilla.mozilla.org/show_bug.cgi?id=1870021
42 - gfx-telemetry-alerts@mozilla.com
48 How often we use different fallbacks when the GPU process crashes
54 - https://bugzilla.mozilla.org/show_bug.cgi?id=1870021
56 - https://bugzilla.mozilla.org/show_bug.cgi?id=1870021
60 - gfx-telemetry-alerts@mozilla.com
63 total_launch_attempts:
66 The number of total GPU process launch attempts.
69 - https://bugzilla.mozilla.org/show_bug.cgi?id=1870021
71 - https://bugzilla.mozilla.org/show_bug.cgi?id=1870021
75 - gfx-telemetry-alerts@mozilla.com
78 unstable_launch_attempts:
81 The number of consecutive unstable launch attempts.
84 - https://bugzilla.mozilla.org/show_bug.cgi?id=1870021
86 - https://bugzilla.mozilla.org/show_bug.cgi?id=1870021
90 - gfx-telemetry-alerts@mozilla.com
96 type: timing_distribution
98 The time spent waiting for the GPU to complete previously issued drawing
100 time_unit: microsecond
102 - https://bugzilla.mozilla.org/show_bug.cgi?id=1772216
104 - https://bugzilla.mozilla.org/show_bug.cgi?id=1772216
108 - gfx-telemetry-alerts@mozilla.com
110 telemetry_mirror: WR_GPU_WAIT_TIME
111 rasterize_glyphs_time:
112 type: timing_distribution
114 The time to rasterize glyphs for consumption by WebRender.
115 time_unit: microsecond
117 - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
119 - https://bugzilla.mozilla.org/show_bug.cgi?id=1728423
123 - gfx-telemetry-alerts@mozilla.com
125 telemetry_mirror: WR_RASTERIZE_GLYPHS_TIME
126 rasterize_blobs_time:
127 type: timing_distribution
129 The time to rasterize blobs for consumption by WebRender.
130 time_unit: microsecond
132 - https://bugzilla.mozilla.org/show_bug.cgi?id=1770974
134 - https://bugzilla.mozilla.org/show_bug.cgi?id=1770974
138 - gfx-telemetry-alerts@mozilla.com
140 telemetry_mirror: WR_RASTERIZE_BLOBS_TIME
142 type: timing_distribution
144 WebRender renderer time.
145 time_unit: microsecond
147 - https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
149 - https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
153 - gfx-telemetry-alerts@mozilla.com
155 telemetry_mirror: WR_RENDERER_TIME
157 type: timing_distribution
159 WebRender renderer time excluding frames in which shader compilation took
161 time_unit: microsecond
163 - https://bugzilla.mozilla.org/show_bug.cgi?id=1784286
165 - https://bugzilla.mozilla.org/show_bug.cgi?id=1784286
169 - gfx-telemetry-alerts@mozilla.com
171 telemetry_mirror: WR_RENDERER_TIME_NO_SC_MS
173 type: timing_distribution
175 The time to rasterize glyphs for consumption by WebRender.
176 time_unit: microsecond
178 - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
179 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
181 - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
182 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
186 - gfx-telemetry-alerts@mozilla.com
187 - jmuizelaar@mozilla.com
189 telemetry_mirror: WR_FRAMEBUILD_TIME
191 type: timing_distribution
193 WebRender scene build time.
194 time_unit: microsecond
196 - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
198 - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
202 - gfx-telemetry-alerts@mozilla.com
203 - jmuizelaar@mozilla.com
205 telemetry_mirror: WR_SCENEBUILD_TIME
207 type: timing_distribution
209 WebRender scene swap time.
210 time_unit: microsecond
212 - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
214 - https://bugzilla.mozilla.org/show_bug.cgi?id=1470901
218 - gfx-telemetry-alerts@mozilla.com
219 - jmuizelaar@mozilla.com
221 telemetry_mirror: WR_SCENESWAP_TIME
222 texture_cache_update_time:
223 type: timing_distribution
225 Time taken by WebRender to update the texture cache.
226 time_unit: microsecond
228 - https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
230 - https://bugzilla.mozilla.org/show_bug.cgi?id=1772223
234 - gfx-telemetry-alerts@mozilla.com
236 telemetry_mirror: WR_TEXTURE_CACHE_UPDATE_TIME
238 type: timing_distribution
240 Time elapsed between the construction of a transaction and the
241 associated frame build beginning.
242 time_unit: microsecond
244 - https://bugzilla.mozilla.org/show_bug.cgi?id=1778395
246 - https://bugzilla.mozilla.org/show_bug.cgi?id=1778395
250 - gfx-telemetry-alerts@mozilla.com
252 telemetry_mirror: WR_TIME_TO_FRAME_BUILD_MS
253 time_to_render_start:
254 type: timing_distribution
256 Time elapsed between the construction of a frame and the start of
258 time_unit: microsecond
260 - https://bugzilla.mozilla.org/show_bug.cgi?id=1778395
262 - https://bugzilla.mozilla.org/show_bug.cgi?id=1778395
266 - gfx-telemetry-alerts@mozilla.com
268 telemetry_mirror: WR_TIME_TO_RENDER_START_MS
272 type: timing_distribution
273 time_unit: millisecond
274 telemetry_mirror: COMPOSITE_TIME
276 The time taken to composite a frame.
277 On non-webrender this is the time taken in
278 `CompositorBridgeParent::CompositeToTarget()`.
279 On webrender, this is the time taken from the start of
280 `WebRenderBridgeParent::CompositeToTarget()`,
281 until the render thread has rendered the frame (in
282 `RenderThread::HandleFrameOneDoc()`).
283 (Migrated from the geckoview metric of the same name).
285 - https://bugzilla.mozilla.org/show_bug.cgi?id=1080160
286 - https://bugzilla.mozilla.org/show_bug.cgi?id=1529352
287 - https://bugzilla.mozilla.org/show_bug.cgi?id=1580129
288 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
290 - https://bugzilla.mozilla.org/show_bug.cgi?id=1580129#c7
292 - gfx-telemetry-alerts@mozilla.com
296 scroll_present_latency:
297 type: timing_distribution
298 time_unit: millisecond
300 Time between receiving a scroll
301 event on the event loop and compositing
302 its result onto the screen (ms).
303 (Migrated from the geckoview metric of the same name).
304 telemetry_mirror: SCROLL_PRESENT_LATENCY
306 - https://bugzilla.mozilla.org/show_bug.cgi?id=1604818
307 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
309 - https://bugzilla.mozilla.org/show_bug.cgi?id=1604818#c4
312 - perf-telemetry-alerts@mozilla.com
318 Amount of displays connected to the device
319 (Migrated from the geckoview metric of the same name).
322 # Temporary misuse of the user lifetime approved by Glean team
323 # due to limitations in Geckoview streaming telemetry.
324 # DO NOT DUPLICATE unless approved by Glean team.
327 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
328 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
329 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
331 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
333 - gfx-telemetry-alerts@mozilla.com
337 Width of the primary display, takes device rotation into account.
338 (Migrated from the geckoview metric of the same name).
341 # Temporary misuse of the user lifetime approved by Glean team
342 # due to limitations in Geckoview streaming telemetry.
343 # DO NOT DUPLICATE unless approved by Glean team.
346 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
347 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
348 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
350 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
352 - gfx-telemetry-alerts@mozilla.com
356 Height of the primary display, takes device rotation into account.
357 (Migrated from the geckoview metric of the same name).
360 # Temporary misuse of the user lifetime approved by Glean team
361 # due to limitations in Geckoview streaming telemetry.
362 # DO NOT DUPLICATE unless approved by Glean team.
365 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
366 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
367 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
369 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
371 - gfx-telemetry-alerts@mozilla.com
377 type: timing_distribution
378 time_unit: millisecond
379 telemetry_mirror: CHECKERBOARD_DURATION
381 The duration of a checkerboard event.
382 Checkerboarding is when painting has not kept up with asynchronous
383 panning and zooming so the compositor has to display a "checkerboard
384 pattern" (or in practice, the background color) rather than the actual
386 (Migrated from the geckoview metric of the same name).
388 - https://bugzilla.mozilla.org/show_bug.cgi?id=1238040
389 - https://bugzilla.mozilla.org/show_bug.cgi?id=1539309
390 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
391 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
393 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
395 - gfx-telemetry-alerts@mozilla.com
400 type: custom_distribution
403 histogram_type: exponential
405 telemetry_mirror: CHECKERBOARD_PEAK
407 The peak number of CSS pixels that checkerboarded during a checkerboard
408 event. The minimum value of the largest histogram bucket is the size of
409 a 4k display with maximum APZ zooming.
410 (Migrated from the geckoview metric of the same name).
412 - https://bugzilla.mozilla.org/show_bug.cgi?id=1238040
413 - https://bugzilla.mozilla.org/show_bug.cgi?id=1539309
414 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
415 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
417 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
419 - gfx-telemetry-alerts@mozilla.com
424 type: timing_distribution
425 time_unit: millisecond
426 telemetry_mirror: CHECKERBOARD_POTENTIAL_DURATION
428 The total amount of time that we could reasonably be checkerboarding.
429 This is the union of two possibly-intersecting sets of time periods:
430 The first set is that in which checkerboarding was actually happening,
431 since by definition it could potentially be happening.
432 The second set is that in which the APZC is actively transforming content
433 in the compositor, since it could potentially transform it so as to
434 display checkerboarding to the user. Combined with other information,
435 this allows us to meaningfully say how frequently users actually
436 enncounters checkerboarding.
437 (Migrated from the geckoview metric of the same name).
439 - https://bugzilla.mozilla.org/show_bug.cgi?id=1238040
440 - https://bugzilla.mozilla.org/show_bug.cgi?id=1539309
441 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
442 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
444 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
446 - gfx-telemetry-alerts@mozilla.com
451 type: custom_distribution
452 range_max: 1073741824
454 histogram_type: exponential
456 telemetry_mirror: CHECKERBOARD_SEVERITY
458 An opaque measurement of the severity of a checkerboard event.
459 This doesn't have units, it's just useful for comparing two checkerboard
460 events to see which one is worse, for some implementation-specific
461 definition of "worse". The larger the value, the worse the
463 (Migrated from the geckoview metric of the same name).
465 - https://bugzilla.mozilla.org/show_bug.cgi?id=1238040
466 - https://bugzilla.mozilla.org/show_bug.cgi?id=1539309
467 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
468 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
470 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
472 - gfx-telemetry-alerts@mozilla.com
480 Whether webrender is enabled or disabled, and why.
481 (Migrated from the geckoview metric of the same name).
482 lifetime: application
484 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687312
485 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
487 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687312#c5
489 - gfx-telemetry-alerts@mozilla.com
496 Name of the graphics compositor in use.
497 Possible values are "opengl, d3d11, client, webrender or basic"
498 (Migrated from the geckoview metric of the same name).
500 # Temporary misuse of the user lifetime approved by Glean team
501 # due to limitations in Geckoview streaming telemetry.
502 # DO NOT DUPLICATE unless approved by Glean team.
505 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
506 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
507 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
509 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
511 - gfx-telemetry-alerts@mozilla.com
513 last_compositor_gecko_version:
515 The gecko version at the last time a compositor was initialized, and
516 therefore when gfx_status_compositor was last updated. Due to
517 gfx_status_compositor's user lifetime we see lots of unexpected values for
518 the current gecko version. We believe this is because the user has not
519 opened a tab since they were updated to a version where webrender should
520 be enabled on their device. This can be used to verify that theory.
521 (Migrated from the geckoview metric of the same name).
523 # Temporary misuse of the user lifetime approved by Glean team
524 # due to limitations in Geckoview streaming telemetry.
525 # DO NOT DUPLICATE unless approved by Glean team.
528 - https://bugzilla.mozilla.org/show_bug.cgi?id=1704842
529 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
531 - https://bugzilla.mozilla.org/show_bug.cgi?id=1704842#c8
534 - gfx-telemetry-alerts@mozilla.com
538 Boolean indicated whether graphics is running in
539 headless (no display) mode
540 (Migrated from the geckoview metric of the same name).
542 # Temporary misuse of the user lifetime approved by Glean team
543 # due to limitations in Geckoview streaming telemetry.
544 # DO NOT DUPLICATE unless approved by Glean team.
547 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
548 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
549 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
551 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
553 - gfx-telemetry-alerts@mozilla.com
556 gfx.content.frame_time:
558 type: custom_distribution
561 histogram_type: exponential
562 unit: Percentage of vsync interval
563 telemetry_mirror: CONTENT_FRAME_TIME
565 The time, in percentage of a vsync interval, spent from beginning a paint
566 in the content process until that frame is presented in the compositor.
567 (Migrated from the geckoview metric of the same name).
569 - https://bugzilla.mozilla.org/show_bug.cgi?id=1470528
570 - https://bugzilla.mozilla.org/show_bug.cgi?id=1509536
571 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
572 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
574 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
576 - gfx-telemetry-alerts@mozilla.com
581 type: custom_distribution
585 histogram_type: linear
586 unit: Percentage of vsync interval
587 telemetry_mirror: CONTENT_FRAME_TIME_VSYNC
589 The time, in percentage of a vsync interval, spent from the vsync that
590 started a paint in the content process until that frame is presented in
592 (Migrated from the geckoview metric of the same name).
594 - https://bugzilla.mozilla.org/show_bug.cgi?id=1517355
595 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
596 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
598 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
600 - gfx-telemetry-alerts@mozilla.com
604 type: custom_distribution
607 histogram_type: exponential
608 unit: Percentage of vsync interval
609 telemetry_mirror: CONTENT_FRAME_TIME_WITH_SVG
611 The time, in percentage of a vsync interval, spent from beginning a paint
612 in the content process until that frame is presented in the compositor,
613 for frames that contained an SVG to be drawn by webrender.
614 (Migrated from the geckoview metric of the same name).
616 - https://bugzilla.mozilla.org/show_bug.cgi?id=1483549
617 - https://bugzilla.mozilla.org/show_bug.cgi?id=1509536
618 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
619 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
621 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
623 - gfx-telemetry-alerts@mozilla.com
626 without_resource_upload:
627 type: custom_distribution
630 histogram_type: exponential
631 unit: Percentage of vsync interval
632 telemetry_mirror: CONTENT_FRAME_TIME_WITHOUT_RESOURCE_UPLOAD
634 The time, in percentage of a vsync interval, spent from beginning a paint
635 in the content process until that frame is presented in the compositor by
636 webrender, excluding time spent uploading resources.
637 (Migrated from the geckoview metric of the same name).
639 - https://bugzilla.mozilla.org/show_bug.cgi?id=1503405
640 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
641 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
643 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
645 - gfx-telemetry-alerts@mozilla.com
649 type: custom_distribution
652 histogram_type: exponential
653 unit: Percentage of vsync interval
654 telemetry_mirror: CONTENT_FRAME_TIME_WITHOUT_UPLOAD
656 The time, in percentage of a vsync interval, spent from beginning a paint
657 in the content process until that frame is presented in the compositor by
658 webrender, excluding time spent uploading any content.
659 (Migrated from the geckoview metric of the same name).
661 - https://bugzilla.mozilla.org/show_bug.cgi?id=1503405
662 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
663 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
665 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
667 - gfx-telemetry-alerts@mozilla.com
671 type: labeled_counter
677 - missed_composite_mid
678 - missed_composite_long
679 - missed_composite_low
682 The reason that `gfx.content.frame_time.from_paint` recorded a slow
683 (>200ms) result, if any.
684 (Migrated from the geckoview metric of the same name).
686 - https://bugzilla.mozilla.org/show_bug.cgi?id=1510853
687 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
688 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
690 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
692 - gfx-telemetry-alerts@mozilla.com
697 type: timing_distribution
698 time_unit: millisecond
699 telemetry_mirror: CONTENT_PAINT_TIME
701 Time spent in the main-thread paint pipeline for content.
702 For non-webrender, this includes display list building, layer building,
703 and when OMTP is disabled, rasterization.
704 For webrender, this includes display list building, and webrender display
706 (Migrated from the geckoview metric of the same name).
708 - https://bugzilla.mozilla.org/show_bug.cgi?id=1309442
709 - https://bugzilla.mozilla.org/show_bug.cgi?id=1489524
710 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
711 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
713 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
715 - gfx-telemetry-alerts@mozilla.com
719 type: timing_distribution
720 time_unit: millisecond
721 telemetry_mirror: CONTENT_FULL_PAINT_TIME
723 Time spent in the full paint pipeline for content until it's ready for
725 For non-webrender this includes `paint_time`, plus rasterization if OMTP
727 For webrender, this includes `paint_time`, plus scene building time.
728 (Migrated from the geckoview metric of the same name).
730 - https://bugzilla.mozilla.org/show_bug.cgi?id=1505858
731 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109
732 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
734 - https://bugzilla.mozilla.org/show_bug.cgi?id=1584109#c1
736 - gfx-telemetry-alerts@mozilla.com
737 - jmuizelaar@mozilla.com
743 Long form description of the Graphics adapter
744 (Migrated from the geckoview metric of the same name).
746 # Temporary misuse of the user lifetime approved by Glean team
747 # due to limitations in Geckoview streaming telemetry.
748 # DO NOT DUPLICATE unless approved by Glean team.
751 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
752 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
753 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
755 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
757 - gfx-telemetry-alerts@mozilla.com
762 Graphics adapter vendor identification
763 (Migrated from the geckoview metric of the same name).
765 # Temporary misuse of the user lifetime approved by Glean team
766 # due to limitations in Geckoview streaming telemetry.
767 # DO NOT DUPLICATE unless approved by Glean team.
770 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
771 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
772 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
774 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
776 - gfx-telemetry-alerts@mozilla.com
781 Graphics adapter device identification
782 (Migrated from the geckoview metric of the same name).
784 # Temporary misuse of the user lifetime approved by Glean team
785 # due to limitations in Geckoview streaming telemetry.
786 # DO NOT DUPLICATE unless approved by Glean team.
789 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
790 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
791 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
793 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
795 - gfx-telemetry-alerts@mozilla.com
800 Graphics adapter subsystem identification
801 (Migrated from the geckoview metric of the same name).
803 # Temporary misuse of the user lifetime approved by Glean team
804 # due to limitations in Geckoview streaming telemetry.
805 # DO NOT DUPLICATE unless approved by Glean team.
808 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
809 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
810 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
812 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
814 - gfx-telemetry-alerts@mozilla.com
819 Graphics adapter dedicated memory
820 (Migrated from the geckoview metric of the same name).
823 # Temporary misuse of the user lifetime approved by Glean team
824 # due to limitations in Geckoview streaming telemetry.
825 # DO NOT DUPLICATE unless approved by Glean team.
828 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
829 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
830 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
832 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
834 - gfx-telemetry-alerts@mozilla.com
839 List of graphics adapter driver files
840 (Migrated from the geckoview metric of the same name).
842 # Temporary misuse of the user lifetime approved by Glean team
843 # due to limitations in Geckoview streaming telemetry.
844 # DO NOT DUPLICATE unless approved by Glean team.
847 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
848 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
849 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
851 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
853 - gfx-telemetry-alerts@mozilla.com
858 Graphics adapter driver vendor identification
859 (Migrated from the geckoview metric of the same name).
861 # Temporary misuse of the user lifetime approved by Glean team
862 # due to limitations in Geckoview streaming telemetry.
863 # DO NOT DUPLICATE unless approved by Glean team.
866 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
867 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
868 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
870 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
872 - gfx-telemetry-alerts@mozilla.com
877 Graphics adapter driver version
878 (Migrated from the geckoview metric of the same name).
880 # Temporary misuse of the user lifetime approved by Glean team
881 # due to limitations in Geckoview streaming telemetry.
882 # DO NOT DUPLICATE unless approved by Glean team.
885 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
886 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
887 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
889 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
891 - gfx-telemetry-alerts@mozilla.com
896 Graphics adapter driver date
897 (Migrated from the geckoview metric of the same name).
899 # Temporary misuse of the user lifetime approved by Glean team
900 # due to limitations in Geckoview streaming telemetry.
901 # DO NOT DUPLICATE unless approved by Glean team.
904 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145
905 - https://bugzilla.mozilla.org/show_bug.cgi?id=1687219
906 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
908 - https://bugzilla.mozilla.org/show_bug.cgi?id=1594145#c4
910 - gfx-telemetry-alerts@mozilla.com
914 performance.interaction:
915 keypress_present_latency:
916 type: timing_distribution
917 time_unit: millisecond
918 telemetry_mirror: KEYPRESS_PRESENT_LATENCY
920 Time between receiving a keypress event in the event loop and compositing
921 its result onto the screen.
922 (Migrated from the geckoview metric of the same name).
924 - https://bugzilla.mozilla.org/show_bug.cgi?id=1506537
925 - https://bugzilla.mozilla.org/show_bug.cgi?id=1580077
926 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
928 - https://bugzilla.mozilla.org/show_bug.cgi?id=1580077#c10
930 - perf-telemetry-alerts@mozilla.com
934 mouseup_click_present_latency:
935 type: timing_distribution
936 time_unit: millisecond
937 telemetry_mirror: MOUSEUP_FOLLOWED_BY_CLICK_PRESENT_LATENCY
939 Time between receiving a mouseup which follow by a mouseclick
940 on the event loop and compositing its result onto the screen.
941 (Migrated from the geckoview metric of the same name).
943 - https://bugzilla.mozilla.org/show_bug.cgi?id=1698643
944 - https://bugzilla.mozilla.org/show_bug.cgi?id=1875170
946 - https://bugzilla.mozilla.org/show_bug.cgi?id=1698643#c3
948 - perf-telemetry-alerts@mozilla.com