metrics.yaml (107146B)
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 - 'DevTools :: General' 12 13 devtools.main: 14 activate_responsive_design: 15 type: event 16 description: > 17 User activates the responsive_design or split_console in the 18 devtools toolbox. 19 This event was generated to correspond to the Legacy Telemetry event 20 devtools.main.activate#responsive_design. 21 bugs: &devtools_main_activate_bugs 22 - https://bugzil.la/1455273 23 data_reviews: &devtools_main_activate_data_reviews 24 - https://bugzil.la/1455273 25 notification_emails: &devtools_main_activate_emails 26 - dev-developer-tools@lists.mozilla.org 27 expires: never 28 extra_keys: &devtools_main_activate_extra 29 value: 30 description: > 31 The `value` of the event. Mirrors to the Legacy Telemetry 32 event's `value` parameter. 33 type: string 34 host: 35 description: > 36 Toolbox host (positioning): bottom, left, right, window, page or other. 37 type: string 38 width: 39 description: > 40 Toolbox width rounded up to the nearest 50px. 41 type: string 42 session_id: 43 description: > 44 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 45 type: string 46 telemetry_mirror: DevtoolsMain_Activate_ResponsiveDesign 47 48 activate_split_console: 49 type: event 50 description: > 51 User activates the responsive_design or split_console in the 52 devtools toolbox. 53 This event was generated to correspond to the Legacy Telemetry event 54 devtools.main.activate#split_console. 55 bugs: *devtools_main_activate_bugs 56 data_reviews: *devtools_main_activate_data_reviews 57 notification_emails: *devtools_main_activate_emails 58 expires: never 59 extra_keys: *devtools_main_activate_extra 60 telemetry_mirror: DevtoolsMain_Activate_SplitConsole 61 62 add_breakpoint_debugger: 63 type: event 64 description: > 65 User has added a breakpoint to a script. 66 This event was generated to correspond to the Legacy Telemetry event 67 devtools.main.add_breakpoint#debugger. 68 bugs: 69 - https://bugzil.la/1463123 70 data_reviews: 71 - https://bugzil.la/1463123 72 notification_emails: 73 - dev-developer-tools@lists.mozilla.org 74 expires: never 75 extra_keys: 76 value: 77 description: > 78 The `value` of the event. Mirrors to the Legacy Telemetry 79 event's `value` parameter. 80 type: string 81 session_id: 82 description: > 83 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 84 type: string 85 telemetry_mirror: DevtoolsMain_AddBreakpoint_Debugger 86 87 blackbox_debugger: 88 type: event 89 description: > 90 User clicked the blackbox button to blackbox a script. 91 This event was generated to correspond to the Legacy Telemetry event 92 devtools.main.blackbox#debugger. 93 bugs: 94 - https://bugzil.la/1463126 95 data_reviews: 96 - https://bugzil.la/1463126 97 notification_emails: 98 - dev-developer-tools@lists.mozilla.org 99 expires: never 100 extra_keys: 101 value: 102 description: > 103 The `value` of the event. Mirrors to the Legacy Telemetry 104 event's `value` parameter. 105 type: string 106 session_id: 107 description: > 108 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 109 type: string 110 telemetry_mirror: DevtoolsMain_Blackbox_Debugger 111 112 close_tools: 113 type: event 114 description: > 115 User closes devtools toolbox. 116 This event was generated to correspond to the Legacy Telemetry event 117 devtools.main.close#tools. 118 bugs: 119 - https://bugzil.la/1453312 120 data_reviews: 121 - https://bugzil.la/1453312 122 notification_emails: 123 - dev-developer-tools@lists.mozilla.org 124 expires: never 125 extra_keys: 126 value: 127 description: > 128 The `value` of the event. Mirrors to the Legacy Telemetry 129 event's `value` parameter. 130 type: string 131 host: 132 description: > 133 Toolbox host (positioning): bottom, side, window or other. 134 type: string 135 width: 136 description: > 137 Toolbox width rounded up to the nearest 50px. 138 type: string 139 session_id: 140 description: > 141 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 142 type: string 143 telemetry_mirror: DevtoolsMain_Close_Tools 144 145 close_adbg_aboutdebugging: 146 type: event 147 description: > 148 User closes about:debugging. 149 This event was generated to correspond to the Legacy Telemetry event 150 devtools.main.close_adbg#aboutdebugging. 151 bugs: 152 - https://bugzil.la/1504173 153 data_reviews: 154 - https://bugzil.la/1504173 155 notification_emails: 156 - dev-developer-tools@lists.mozilla.org 157 expires: never 158 extra_keys: 159 value: 160 description: > 161 The `value` of the event. Mirrors to the Legacy Telemetry 162 event's `value` parameter. 163 type: string 164 width: 165 description: > 166 Toolbox width rounded up to the nearest 50px. 167 type: string 168 session_id: 169 description: > 170 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 171 type: string 172 telemetry_mirror: DevtoolsMain_CloseAdbg_Aboutdebugging 173 174 connection_attempt_aboutdebugging: 175 type: event 176 description: > 177 User is trying to connect to a remote runtime. 178 This event was generated to correspond to the Legacy Telemetry event 179 devtools.main.connection_attempt#aboutdebugging. 180 bugs: 181 - https://bugzil.la/1549970 182 data_reviews: 183 - https://bugzil.la/1549970 184 notification_emails: 185 - dev-developer-tools@lists.mozilla.org 186 expires: never 187 extra_keys: 188 value: 189 description: > 190 The `value` of the event. Mirrors to the Legacy Telemetry 191 event's `value` parameter. 192 type: string 193 connection_id: 194 description: > 195 Randomly generated id to keep to group various events related to the same connection attempt. 196 type: string 197 connection_type: 198 description: > 199 Connection type 200 type: string 201 runtime_id: 202 description: > 203 Random id generated to track events related to a single runtime 204 type: string 205 status: 206 description: > 207 One of (cancelled, failed, not responding, start, success). 208 type: string 209 session_id: 210 description: > 211 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 212 type: string 213 telemetry_mirror: DevtoolsMain_ConnectionAttempt_Aboutdebugging 214 215 continue_debugger: 216 type: event 217 description: > 218 User has pressed the continue button on a paused script. 219 This event was generated to correspond to the Legacy Telemetry event 220 devtools.main.continue#debugger. 221 bugs: 222 - https://bugzil.la/1463122 223 data_reviews: 224 - https://bugzil.la/1463122 225 notification_emails: 226 - dev-developer-tools@lists.mozilla.org 227 expires: never 228 extra_keys: 229 value: 230 description: > 231 The `value` of the event. Mirrors to the Legacy Telemetry 232 event's `value` parameter. 233 type: string 234 session_id: 235 description: > 236 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 237 type: string 238 telemetry_mirror: DevtoolsMain_Continue_Debugger 239 240 deactivate_responsive_design: 241 type: event 242 description: > 243 User deactivates the responsive_design or split_console in the 244 devtools toolbox. 245 This event was generated to correspond to the Legacy Telemetry event 246 devtools.main.deactivate#responsive_design. 247 bugs: &devtools_main_deactivate_bugs 248 - https://bugzil.la/1455275 249 data_reviews: &devtools_main_deactivate_data_reviews 250 - https://bugzil.la/1455275 251 notification_emails: &devtools_main_deactivate_emails 252 - dev-developer-tools@lists.mozilla.org 253 expires: never 254 extra_keys: &devtools_main_deactivate_extra 255 value: 256 description: > 257 The `value` of the event. Mirrors to the Legacy Telemetry 258 event's `value` parameter. 259 type: string 260 host: 261 description: > 262 Toolbox host (positioning): bottom, side, window or other. 263 type: string 264 width: 265 description: > 266 Toolbox width rounded up to the nearest 50px. 267 type: string 268 session_id: 269 description: > 270 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 271 type: string 272 telemetry_mirror: DevtoolsMain_Deactivate_ResponsiveDesign 273 274 deactivate_split_console: 275 type: event 276 description: > 277 User deactivates the responsive_design or split_console in the 278 devtools toolbox. 279 This event was generated to correspond to the Legacy Telemetry event 280 devtools.main.deactivate#split_console. 281 bugs: *devtools_main_deactivate_bugs 282 data_reviews: *devtools_main_deactivate_data_reviews 283 notification_emails: *devtools_main_deactivate_emails 284 expires: never 285 extra_keys: *devtools_main_deactivate_extra 286 telemetry_mirror: DevtoolsMain_Deactivate_SplitConsole 287 288 device_added_aboutdebugging: 289 type: event 290 description: > 291 A new device was detected in about:debugging 292 This event was generated to correspond to the Legacy Telemetry event 293 devtools.main.device_added#aboutdebugging. 294 bugs: 295 - https://bugzil.la/1521507 296 data_reviews: 297 - https://bugzil.la/1521507 298 notification_emails: 299 - dev-developer-tools@lists.mozilla.org 300 expires: never 301 extra_keys: 302 value: 303 description: > 304 The `value` of the event. Mirrors to the Legacy Telemetry 305 event's `value` parameter. 306 type: string 307 connection_type: 308 description: > 309 Connection type 310 type: string 311 device_name: 312 description: > 313 Device name 314 type: string 315 session_id: 316 description: > 317 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 318 type: string 319 telemetry_mirror: DevtoolsMain_DeviceAdded_Aboutdebugging 320 321 device_removed_aboutdebugging: 322 type: event 323 description: > 324 A previously listed device was removed in about:debugging 325 This event was generated to correspond to the Legacy Telemetry event 326 devtools.main.device_removed#aboutdebugging. 327 bugs: 328 - https://bugzil.la/1521507 329 data_reviews: 330 - https://bugzil.la/1521507 331 notification_emails: 332 - dev-developer-tools@lists.mozilla.org 333 expires: never 334 extra_keys: 335 value: 336 description: > 337 The `value` of the event. Mirrors to the Legacy Telemetry 338 event's `value` parameter. 339 type: string 340 connection_type: 341 description: > 342 Connection type 343 type: string 344 device_name: 345 description: > 346 Device name 347 type: string 348 session_id: 349 description: > 350 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 351 type: string 352 telemetry_mirror: DevtoolsMain_DeviceRemoved_Aboutdebugging 353 354 edit_html_inspector: 355 type: event 356 description: > 357 User is editing HTML via the context menu item in the markup view. 358 This event was generated to correspond to the Legacy Telemetry event 359 devtools.main.edit_html#inspector. 360 bugs: 361 - https://bugzil.la/1463080 362 data_reviews: 363 - https://bugzil.la/1463080 364 notification_emails: 365 - dev-developer-tools@lists.mozilla.org 366 expires: never 367 extra_keys: 368 value: 369 description: > 370 The `value` of the event. Mirrors to the Legacy Telemetry 371 event's `value` parameter. 372 type: string 373 made_changes: 374 description: > 375 Indicates whether changes were made. 376 type: string 377 time_open: 378 description: > 379 The amount of time in ms that the HTML editor was open. 380 type: string 381 session_id: 382 description: > 383 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 384 type: string 385 telemetry_mirror: DevtoolsMain_EditHtml_Inspector 386 387 edit_resend_netmonitor: 388 type: event 389 description: > 390 User has executed edit / resend in the netmonitor. 391 This event was generated to correspond to the Legacy Telemetry event 392 devtools.main.edit_resend#netmonitor. 393 bugs: 394 - https://bugzil.la/1463171 395 data_reviews: 396 - https://bugzil.la/1463171 397 notification_emails: 398 - dev-developer-tools@lists.mozilla.org 399 expires: never 400 extra_keys: 401 value: 402 description: > 403 The `value` of the event. Mirrors to the Legacy Telemetry 404 event's `value` parameter. 405 type: string 406 session_id: 407 description: > 408 The toolbox session start time e.g. 13963. 409 type: string 410 telemetry_mirror: DevtoolsMain_EditResend_Netmonitor 411 412 edit_rule_ruleview: 413 type: event 414 description: > 415 User is editing a CSS rule by clicking on or next to a CSS property, 416 enabling / disabling a rule or creating a new property. 417 This event was generated to correspond to the Legacy Telemetry event 418 devtools.main.edit_rule#ruleview. 419 bugs: 420 - https://bugzil.la/1463081 421 data_reviews: 422 - https://bugzil.la/1463081 423 notification_emails: 424 - dev-developer-tools@lists.mozilla.org 425 expires: never 426 extra_keys: 427 value: 428 description: > 429 The `value` of the event. Mirrors to the Legacy Telemetry 430 event's `value` parameter. 431 type: string 432 session_id: 433 description: > 434 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 435 type: string 436 telemetry_mirror: DevtoolsMain_EditRule_Ruleview 437 438 enter_accessibility: 439 type: event 440 description: > 441 User opens a tool in the devtools toolbox. 442 This event was generated to correspond to the Legacy Telemetry event 443 devtools.main.enter#accessibility. 444 bugs: &devtools_main_enter_bugs 445 - https://bugzil.la/1441070 446 data_reviews: &devtools_main_enter_data_reviews 447 - https://bugzil.la/1441070 448 notification_emails: &devtools_main_enter_emails 449 - dev-developer-tools@lists.mozilla.org 450 expires: never 451 extra_keys: &devtools_main_enter_extra 452 value: 453 description: > 454 The `value` of the event. Mirrors to the Legacy Telemetry 455 event's `value` parameter. 456 type: string 457 host: 458 description: > 459 Toolbox host (positioning): bottom, side, window or other. 460 type: string 461 width: 462 description: > 463 Toolbox width rounded up to the nearest 50px. 464 type: string 465 message_count: 466 description: > 467 The number of cached console messages. 468 type: string 469 start_state: 470 description: > 471 debuggerStatement, breakpoint, exception, tab_switch, toolbox_show, initial_panel, toggle_settings_off, toggle_settings_on, key_shortcut, select_next_key, select_prev_key, tool_unloaded, inspect_dom, unknown etc. 472 type: string 473 panel_name: 474 description: > 475 The name of the panel opened or other 476 type: string 477 cold: 478 description: > 479 Is this the first time the current panel has been opened in this toolbox? 480 type: string 481 session_id: 482 description: > 483 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 484 type: string 485 telemetry_mirror: DevtoolsMain_Enter_Accessibility 486 487 enter_application: 488 type: event 489 description: > 490 User opens a tool in the devtools toolbox. 491 This event was generated to correspond to the Legacy Telemetry event 492 devtools.main.enter#application. 493 bugs: *devtools_main_enter_bugs 494 data_reviews: *devtools_main_enter_data_reviews 495 notification_emails: *devtools_main_enter_emails 496 expires: never 497 extra_keys: *devtools_main_enter_extra 498 telemetry_mirror: DevtoolsMain_Enter_Application 499 500 enter_dom: 501 type: event 502 description: > 503 User opens a tool in the devtools toolbox. 504 This event was generated to correspond to the Legacy Telemetry event 505 devtools.main.enter#dom. 506 bugs: *devtools_main_enter_bugs 507 data_reviews: *devtools_main_enter_data_reviews 508 notification_emails: *devtools_main_enter_emails 509 expires: never 510 extra_keys: *devtools_main_enter_extra 511 telemetry_mirror: DevtoolsMain_Enter_Dom 512 513 enter_inspector: 514 type: event 515 description: > 516 User opens a tool in the devtools toolbox. 517 This event was generated to correspond to the Legacy Telemetry event 518 devtools.main.enter#inspector. 519 bugs: *devtools_main_enter_bugs 520 data_reviews: *devtools_main_enter_data_reviews 521 notification_emails: *devtools_main_enter_emails 522 expires: never 523 extra_keys: *devtools_main_enter_extra 524 telemetry_mirror: DevtoolsMain_Enter_Inspector 525 526 enter_jsdebugger: 527 type: event 528 description: > 529 User opens a tool in the devtools toolbox. 530 This event was generated to correspond to the Legacy Telemetry event 531 devtools.main.enter#jsdebugger. 532 bugs: *devtools_main_enter_bugs 533 data_reviews: *devtools_main_enter_data_reviews 534 notification_emails: *devtools_main_enter_emails 535 expires: never 536 extra_keys: *devtools_main_enter_extra 537 telemetry_mirror: DevtoolsMain_Enter_Jsdebugger 538 539 enter_memory: 540 type: event 541 description: > 542 User opens a tool in the devtools toolbox. 543 This event was generated to correspond to the Legacy Telemetry event 544 devtools.main.enter#memory. 545 bugs: *devtools_main_enter_bugs 546 data_reviews: *devtools_main_enter_data_reviews 547 notification_emails: *devtools_main_enter_emails 548 expires: never 549 extra_keys: *devtools_main_enter_extra 550 telemetry_mirror: DevtoolsMain_Enter_Memory 551 552 enter_netmonitor: 553 type: event 554 description: > 555 User opens a tool in the devtools toolbox. 556 This event was generated to correspond to the Legacy Telemetry event 557 devtools.main.enter#netmonitor. 558 bugs: *devtools_main_enter_bugs 559 data_reviews: *devtools_main_enter_data_reviews 560 notification_emails: *devtools_main_enter_emails 561 expires: never 562 extra_keys: *devtools_main_enter_extra 563 telemetry_mirror: DevtoolsMain_Enter_Netmonitor 564 565 enter_options: 566 type: event 567 description: > 568 User opens a tool in the devtools toolbox. 569 This event was generated to correspond to the Legacy Telemetry event 570 devtools.main.enter#options. 571 bugs: *devtools_main_enter_bugs 572 data_reviews: *devtools_main_enter_data_reviews 573 notification_emails: *devtools_main_enter_emails 574 expires: never 575 extra_keys: *devtools_main_enter_extra 576 telemetry_mirror: DevtoolsMain_Enter_Options 577 578 enter_performance: 579 type: event 580 description: > 581 User opens a tool in the devtools toolbox. 582 This event was generated to correspond to the Legacy Telemetry event 583 devtools.main.enter#performance. 584 bugs: *devtools_main_enter_bugs 585 data_reviews: *devtools_main_enter_data_reviews 586 notification_emails: *devtools_main_enter_emails 587 expires: never 588 extra_keys: *devtools_main_enter_extra 589 telemetry_mirror: DevtoolsMain_Enter_Performance 590 591 enter_storage: 592 type: event 593 description: > 594 User opens a tool in the devtools toolbox. 595 This event was generated to correspond to the Legacy Telemetry event 596 devtools.main.enter#storage. 597 bugs: *devtools_main_enter_bugs 598 data_reviews: *devtools_main_enter_data_reviews 599 notification_emails: *devtools_main_enter_emails 600 expires: never 601 extra_keys: *devtools_main_enter_extra 602 telemetry_mirror: DevtoolsMain_Enter_Storage 603 604 enter_styleeditor: 605 type: event 606 description: > 607 User opens a tool in the devtools toolbox. 608 This event was generated to correspond to the Legacy Telemetry event 609 devtools.main.enter#styleeditor. 610 bugs: *devtools_main_enter_bugs 611 data_reviews: *devtools_main_enter_data_reviews 612 notification_emails: *devtools_main_enter_emails 613 expires: never 614 extra_keys: *devtools_main_enter_extra 615 telemetry_mirror: DevtoolsMain_Enter_Styleeditor 616 617 enter_webconsole: 618 type: event 619 description: > 620 User opens a tool in the devtools toolbox. 621 This event was generated to correspond to the Legacy Telemetry event 622 devtools.main.enter#webconsole. 623 bugs: *devtools_main_enter_bugs 624 data_reviews: *devtools_main_enter_data_reviews 625 notification_emails: *devtools_main_enter_emails 626 expires: never 627 extra_keys: *devtools_main_enter_extra 628 telemetry_mirror: DevtoolsMain_Enter_Webconsole 629 630 enter_whatsnew: 631 type: event 632 description: > 633 User opens a tool in the devtools toolbox. 634 This event was generated to correspond to the Legacy Telemetry event 635 devtools.main.enter#whatsnew. 636 bugs: *devtools_main_enter_bugs 637 data_reviews: *devtools_main_enter_data_reviews 638 notification_emails: *devtools_main_enter_emails 639 expires: never 640 extra_keys: *devtools_main_enter_extra 641 telemetry_mirror: DevtoolsMain_Enter_Whatsnew 642 643 enter_other: 644 type: event 645 description: > 646 User opens a tool in the devtools toolbox. 647 This event was generated to correspond to the Legacy Telemetry event 648 devtools.main.enter#other. 649 bugs: *devtools_main_enter_bugs 650 data_reviews: *devtools_main_enter_data_reviews 651 notification_emails: *devtools_main_enter_emails 652 expires: never 653 extra_keys: *devtools_main_enter_extra 654 telemetry_mirror: DevtoolsMain_Enter_Other 655 656 enter_fake_tool4242: 657 type: event 658 description: > 659 User opens a tool in the devtools toolbox. 660 This event was generated to correspond to the Legacy Telemetry event 661 devtools.main.enter#fakeTool4242. 662 bugs: *devtools_main_enter_bugs 663 data_reviews: *devtools_main_enter_data_reviews 664 notification_emails: *devtools_main_enter_emails 665 expires: never 666 extra_keys: *devtools_main_enter_extra 667 telemetry_mirror: DevtoolsMain_Enter_Faketool4242 668 669 enter_test_blank_panel: 670 type: event 671 description: > 672 User opens a tool in the devtools toolbox. 673 This event was generated to correspond to the Legacy Telemetry event 674 devtools.main.enter#testBlankPanel. 675 bugs: *devtools_main_enter_bugs 676 data_reviews: *devtools_main_enter_data_reviews 677 notification_emails: *devtools_main_enter_emails 678 expires: never 679 extra_keys: *devtools_main_enter_extra 680 telemetry_mirror: DevtoolsMain_Enter_Testblankpanel 681 682 enter_test_tool: 683 type: event 684 description: > 685 User opens a tool in the devtools toolbox. 686 This event was generated to correspond to the Legacy Telemetry event 687 devtools.main.enter#testTool. 688 bugs: *devtools_main_enter_bugs 689 data_reviews: *devtools_main_enter_data_reviews 690 notification_emails: *devtools_main_enter_emails 691 expires: never 692 extra_keys: *devtools_main_enter_extra 693 telemetry_mirror: DevtoolsMain_Enter_Testtool 694 695 enter_testtool1: 696 type: event 697 description: > 698 User opens a tool in the devtools toolbox. 699 This event was generated to correspond to the Legacy Telemetry event 700 devtools.main.enter#testtool1. 701 bugs: *devtools_main_enter_bugs 702 data_reviews: *devtools_main_enter_data_reviews 703 notification_emails: *devtools_main_enter_emails 704 expires: never 705 extra_keys: *devtools_main_enter_extra 706 telemetry_mirror: DevtoolsMain_Enter_Testtool1 707 708 enter_test_tool1072208: 709 type: event 710 description: > 711 User opens a tool in the devtools toolbox. 712 This event was generated to correspond to the Legacy Telemetry event 713 devtools.main.enter#testTool1072208. 714 bugs: *devtools_main_enter_bugs 715 data_reviews: *devtools_main_enter_data_reviews 716 notification_emails: *devtools_main_enter_emails 717 expires: never 718 extra_keys: *devtools_main_enter_extra 719 telemetry_mirror: DevtoolsMain_Enter_Testtool1072208 720 721 enter_testtool2: 722 type: event 723 description: > 724 User opens a tool in the devtools toolbox. 725 This event was generated to correspond to the Legacy Telemetry event 726 devtools.main.enter#testtool2. 727 bugs: *devtools_main_enter_bugs 728 data_reviews: *devtools_main_enter_data_reviews 729 notification_emails: *devtools_main_enter_emails 730 expires: never 731 extra_keys: *devtools_main_enter_extra 732 telemetry_mirror: DevtoolsMain_Enter_Testtool2 733 734 execute_js_webconsole: 735 type: event 736 description: > 737 User has executed some JS in the Web Console. 738 This event was generated to correspond to the Legacy Telemetry event 739 devtools.main.execute_js#webconsole. 740 bugs: 741 - https://bugzil.la/1463083 742 data_reviews: 743 - https://bugzil.la/1463083 744 notification_emails: 745 - dev-developer-tools@lists.mozilla.org 746 expires: never 747 extra_keys: 748 value: 749 description: > 750 The `value` of the event. Mirrors to the Legacy Telemetry 751 event's `value` parameter. 752 type: string 753 input: 754 description: > 755 Indicates from which input the command was evaluated ("inline" for regular input, "multiline" for editor mode). 756 type: string 757 lines: 758 description: > 759 The number of lines contained in the command. 760 type: string 761 session_id: 762 description: > 763 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 764 type: string 765 telemetry_mirror: DevtoolsMain_ExecuteJs_Webconsole 766 767 reverse_search_webconsole: 768 type: event 769 description: > 770 User has toggled, navigated or evaluated expressions from reverse 771 search . 772 This event was generated to correspond to the Legacy Telemetry event 773 devtools.main.reverse_search#webconsole. 774 bugs: 775 - https://bugzil.la/1489489 776 data_reviews: 777 - https://bugzil.la/1489489 778 notification_emails: 779 - dev-developer-tools@lists.mozilla.org 780 expires: never 781 extra_keys: 782 value: 783 description: > 784 The `value` of the event. Mirrors to the Legacy Telemetry 785 event's `value` parameter. 786 type: string 787 functionality: 788 description: > 789 Indicates functionality of reverse search being accessed. 790 type: string 791 session_id: 792 description: > 793 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 794 type: string 795 telemetry_mirror: DevtoolsMain_ReverseSearch_Webconsole 796 797 exit_accessibility: 798 type: event 799 description: > 800 User closes a tool in the devtools toolbox. 801 This event was generated to correspond to the Legacy Telemetry event 802 devtools.main.exit#accessibility. 803 bugs: &devtools_main_exit_bugs 804 - https://bugzil.la/1455270 805 data_reviews: &devtools_main_exit_data_reviews 806 - https://bugzil.la/1455270 807 notification_emails: &devtools_main_exit_emails 808 - dev-developer-tools@lists.mozilla.org 809 expires: never 810 extra_keys: &devtools_main_exit_extra 811 value: 812 description: > 813 The `value` of the event. Mirrors to the Legacy Telemetry 814 event's `value` parameter. 815 type: string 816 host: 817 description: > 818 Toolbox host (positioning): bottom, side, window or other. 819 type: string 820 width: 821 description: > 822 Toolbox width rounded up to the nearest 50px. 823 type: string 824 next_panel: 825 description: > 826 The name of the panel closed or other. 827 type: string 828 panel_name: 829 description: > 830 The name of the panel opened or other 831 type: string 832 reason: 833 description: > 834 debuggerStatement, breakpoint, exception, tab_switch, toolbox_show, initial_panel, toggle_settings_off, toggle_settings_on, key_shortcut, select_next_key, select_prev_key, tool_unloaded, inspect_dom, toolbox_closed, unknown etc. 835 type: string 836 session_id: 837 description: > 838 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 839 type: string 840 telemetry_mirror: DevtoolsMain_Exit_Accessibility 841 842 exit_application: 843 type: event 844 description: > 845 User closes a tool in the devtools toolbox. 846 This event was generated to correspond to the Legacy Telemetry event 847 devtools.main.exit#application. 848 bugs: *devtools_main_exit_bugs 849 data_reviews: *devtools_main_exit_data_reviews 850 notification_emails: *devtools_main_exit_emails 851 expires: never 852 extra_keys: *devtools_main_exit_extra 853 telemetry_mirror: DevtoolsMain_Exit_Application 854 855 exit_dom: 856 type: event 857 description: > 858 User closes a tool in the devtools toolbox. 859 This event was generated to correspond to the Legacy Telemetry event 860 devtools.main.exit#dom. 861 bugs: *devtools_main_exit_bugs 862 data_reviews: *devtools_main_exit_data_reviews 863 notification_emails: *devtools_main_exit_emails 864 expires: never 865 extra_keys: *devtools_main_exit_extra 866 telemetry_mirror: DevtoolsMain_Exit_Dom 867 868 exit_inspector: 869 type: event 870 description: > 871 User closes a tool in the devtools toolbox. 872 This event was generated to correspond to the Legacy Telemetry event 873 devtools.main.exit#inspector. 874 bugs: *devtools_main_exit_bugs 875 data_reviews: *devtools_main_exit_data_reviews 876 notification_emails: *devtools_main_exit_emails 877 expires: never 878 extra_keys: *devtools_main_exit_extra 879 telemetry_mirror: DevtoolsMain_Exit_Inspector 880 881 exit_jsdebugger: 882 type: event 883 description: > 884 User closes a tool in the devtools toolbox. 885 This event was generated to correspond to the Legacy Telemetry event 886 devtools.main.exit#jsdebugger. 887 bugs: *devtools_main_exit_bugs 888 data_reviews: *devtools_main_exit_data_reviews 889 notification_emails: *devtools_main_exit_emails 890 expires: never 891 extra_keys: *devtools_main_exit_extra 892 telemetry_mirror: DevtoolsMain_Exit_Jsdebugger 893 894 exit_memory: 895 type: event 896 description: > 897 User closes a tool in the devtools toolbox. 898 This event was generated to correspond to the Legacy Telemetry event 899 devtools.main.exit#memory. 900 bugs: *devtools_main_exit_bugs 901 data_reviews: *devtools_main_exit_data_reviews 902 notification_emails: *devtools_main_exit_emails 903 expires: never 904 extra_keys: *devtools_main_exit_extra 905 telemetry_mirror: DevtoolsMain_Exit_Memory 906 907 exit_netmonitor: 908 type: event 909 description: > 910 User closes a tool in the devtools toolbox. 911 This event was generated to correspond to the Legacy Telemetry event 912 devtools.main.exit#netmonitor. 913 bugs: *devtools_main_exit_bugs 914 data_reviews: *devtools_main_exit_data_reviews 915 notification_emails: *devtools_main_exit_emails 916 expires: never 917 extra_keys: *devtools_main_exit_extra 918 telemetry_mirror: DevtoolsMain_Exit_Netmonitor 919 920 exit_options: 921 type: event 922 description: > 923 User closes a tool in the devtools toolbox. 924 This event was generated to correspond to the Legacy Telemetry event 925 devtools.main.exit#options. 926 bugs: *devtools_main_exit_bugs 927 data_reviews: *devtools_main_exit_data_reviews 928 notification_emails: *devtools_main_exit_emails 929 expires: never 930 extra_keys: *devtools_main_exit_extra 931 telemetry_mirror: DevtoolsMain_Exit_Options 932 933 exit_performance: 934 type: event 935 description: > 936 User closes a tool in the devtools toolbox. 937 This event was generated to correspond to the Legacy Telemetry event 938 devtools.main.exit#performance. 939 bugs: *devtools_main_exit_bugs 940 data_reviews: *devtools_main_exit_data_reviews 941 notification_emails: *devtools_main_exit_emails 942 expires: never 943 extra_keys: *devtools_main_exit_extra 944 telemetry_mirror: DevtoolsMain_Exit_Performance 945 946 exit_storage: 947 type: event 948 description: > 949 User closes a tool in the devtools toolbox. 950 This event was generated to correspond to the Legacy Telemetry event 951 devtools.main.exit#storage. 952 bugs: *devtools_main_exit_bugs 953 data_reviews: *devtools_main_exit_data_reviews 954 notification_emails: *devtools_main_exit_emails 955 expires: never 956 extra_keys: *devtools_main_exit_extra 957 telemetry_mirror: DevtoolsMain_Exit_Storage 958 959 exit_styleeditor: 960 type: event 961 description: > 962 User closes a tool in the devtools toolbox. 963 This event was generated to correspond to the Legacy Telemetry event 964 devtools.main.exit#styleeditor. 965 bugs: *devtools_main_exit_bugs 966 data_reviews: *devtools_main_exit_data_reviews 967 notification_emails: *devtools_main_exit_emails 968 expires: never 969 extra_keys: *devtools_main_exit_extra 970 telemetry_mirror: DevtoolsMain_Exit_Styleeditor 971 972 exit_webconsole: 973 type: event 974 description: > 975 User closes a tool in the devtools toolbox. 976 This event was generated to correspond to the Legacy Telemetry event 977 devtools.main.exit#webconsole. 978 bugs: *devtools_main_exit_bugs 979 data_reviews: *devtools_main_exit_data_reviews 980 notification_emails: *devtools_main_exit_emails 981 expires: never 982 extra_keys: *devtools_main_exit_extra 983 telemetry_mirror: DevtoolsMain_Exit_Webconsole 984 985 exit_whatsnew: 986 type: event 987 description: > 988 User closes a tool in the devtools toolbox. 989 This event was generated to correspond to the Legacy Telemetry event 990 devtools.main.exit#whatsnew. 991 bugs: *devtools_main_exit_bugs 992 data_reviews: *devtools_main_exit_data_reviews 993 notification_emails: *devtools_main_exit_emails 994 expires: never 995 extra_keys: *devtools_main_exit_extra 996 telemetry_mirror: DevtoolsMain_Exit_Whatsnew 997 998 exit_other: 999 type: event 1000 description: > 1001 User closes a tool in the devtools toolbox. 1002 This event was generated to correspond to the Legacy Telemetry event 1003 devtools.main.exit#other. 1004 bugs: *devtools_main_exit_bugs 1005 data_reviews: *devtools_main_exit_data_reviews 1006 notification_emails: *devtools_main_exit_emails 1007 expires: never 1008 extra_keys: *devtools_main_exit_extra 1009 telemetry_mirror: DevtoolsMain_Exit_Other 1010 1011 exit_fake_tool4242: 1012 type: event 1013 description: > 1014 User closes a tool in the devtools toolbox. 1015 This event was generated to correspond to the Legacy Telemetry event 1016 devtools.main.exit#fakeTool4242. 1017 bugs: *devtools_main_exit_bugs 1018 data_reviews: *devtools_main_exit_data_reviews 1019 notification_emails: *devtools_main_exit_emails 1020 expires: never 1021 extra_keys: *devtools_main_exit_extra 1022 telemetry_mirror: DevtoolsMain_Exit_Faketool4242 1023 1024 exit_test_blank_panel: 1025 type: event 1026 description: > 1027 User closes a tool in the devtools toolbox. 1028 This event was generated to correspond to the Legacy Telemetry event 1029 devtools.main.exit#testBlankPanel. 1030 bugs: *devtools_main_exit_bugs 1031 data_reviews: *devtools_main_exit_data_reviews 1032 notification_emails: *devtools_main_exit_emails 1033 expires: never 1034 extra_keys: *devtools_main_exit_extra 1035 telemetry_mirror: DevtoolsMain_Exit_Testblankpanel 1036 1037 exit_test_tool: 1038 type: event 1039 description: > 1040 User closes a tool in the devtools toolbox. 1041 This event was generated to correspond to the Legacy Telemetry event 1042 devtools.main.exit#testTool. 1043 bugs: *devtools_main_exit_bugs 1044 data_reviews: *devtools_main_exit_data_reviews 1045 notification_emails: *devtools_main_exit_emails 1046 expires: never 1047 extra_keys: *devtools_main_exit_extra 1048 telemetry_mirror: DevtoolsMain_Exit_Testtool 1049 1050 exit_testtool1: 1051 type: event 1052 description: > 1053 User closes a tool in the devtools toolbox. 1054 This event was generated to correspond to the Legacy Telemetry event 1055 devtools.main.exit#testtool1. 1056 bugs: *devtools_main_exit_bugs 1057 data_reviews: *devtools_main_exit_data_reviews 1058 notification_emails: *devtools_main_exit_emails 1059 expires: never 1060 extra_keys: *devtools_main_exit_extra 1061 telemetry_mirror: DevtoolsMain_Exit_Testtool1 1062 1063 exit_test_tool1072208: 1064 type: event 1065 description: > 1066 User closes a tool in the devtools toolbox. 1067 This event was generated to correspond to the Legacy Telemetry event 1068 devtools.main.exit#testTool1072208. 1069 bugs: *devtools_main_exit_bugs 1070 data_reviews: *devtools_main_exit_data_reviews 1071 notification_emails: *devtools_main_exit_emails 1072 expires: never 1073 extra_keys: *devtools_main_exit_extra 1074 telemetry_mirror: DevtoolsMain_Exit_Testtool1072208 1075 1076 exit_testtool2: 1077 type: event 1078 description: > 1079 User closes a tool in the devtools toolbox. 1080 This event was generated to correspond to the Legacy Telemetry event 1081 devtools.main.exit#testtool2. 1082 bugs: *devtools_main_exit_bugs 1083 data_reviews: *devtools_main_exit_data_reviews 1084 notification_emails: *devtools_main_exit_emails 1085 expires: never 1086 extra_keys: *devtools_main_exit_extra 1087 telemetry_mirror: DevtoolsMain_Exit_Testtool2 1088 1089 filters_changed_netmonitor: 1090 type: event 1091 description: > 1092 User has changed filters in the web console. 1093 This event was generated to correspond to the Legacy Telemetry event 1094 devtools.main.filters_changed#netmonitor. 1095 bugs: &devtools_main_filters_changed_bugs 1096 - https://bugzil.la/1463144 1097 - https://bugzil.la/1463095 1098 data_reviews: &devtools_main_filters_changed_data_reviews 1099 - https://bugzil.la/1463144 1100 - https://bugzil.la/1463095 1101 notification_emails: &devtools_main_filters_changed_emails 1102 - dev-developer-tools@lists.mozilla.org 1103 expires: never 1104 extra_keys: &devtools_main_filters_changed_extra 1105 value: 1106 description: > 1107 The `value` of the event. Mirrors to the Legacy Telemetry 1108 event's `value` parameter. 1109 type: string 1110 trigger: 1111 description: > 1112 The cause of the filter change: error, warn, log, info, debug, css, netxhr, net, text or reset and all, html, css, js, xhr, fonts, images, media, ws or other for netmonitor 1113 type: string 1114 active: 1115 description: > 1116 Comma separated list of active filters. 1117 type: string 1118 inactive: 1119 description: > 1120 Comma separated list of inactive filters. 1121 type: string 1122 session_id: 1123 description: > 1124 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1125 type: string 1126 telemetry_mirror: DevtoolsMain_FiltersChanged_Netmonitor 1127 1128 filters_changed_webconsole: 1129 type: event 1130 description: > 1131 User has changed filters in the web console. 1132 This event was generated to correspond to the Legacy Telemetry event 1133 devtools.main.filters_changed#webconsole. 1134 bugs: *devtools_main_filters_changed_bugs 1135 data_reviews: *devtools_main_filters_changed_data_reviews 1136 notification_emails: *devtools_main_filters_changed_emails 1137 expires: never 1138 extra_keys: *devtools_main_filters_changed_extra 1139 telemetry_mirror: DevtoolsMain_FiltersChanged_Webconsole 1140 1141 inspect_aboutdebugging: 1142 type: event 1143 description: > 1144 User has clicked on the inspect button of one of the debug targets 1145 of aboutdebugging. 1146 This event was generated to correspond to the Legacy Telemetry event 1147 devtools.main.inspect#aboutdebugging. 1148 bugs: 1149 - https://bugzil.la/1504173 1150 data_reviews: 1151 - https://bugzil.la/1504173 1152 notification_emails: 1153 - dev-developer-tools@lists.mozilla.org 1154 expires: never 1155 extra_keys: 1156 value: 1157 description: > 1158 The `value` of the event. Mirrors to the Legacy Telemetry 1159 event's `value` parameter. 1160 type: string 1161 runtime_type: 1162 description: > 1163 The runtime type 1164 type: string 1165 target_type: 1166 description: > 1167 The target type 1168 type: string 1169 session_id: 1170 description: > 1171 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1172 type: string 1173 telemetry_mirror: DevtoolsMain_Inspect_Aboutdebugging 1174 1175 jump_to_definition_webconsole: 1176 type: event 1177 description: > 1178 User has clicked "Jump to definition" icon (next to logged 1179 functions) in the web console. 1180 This event was generated to correspond to the Legacy Telemetry event 1181 devtools.main.jump_to_definition#webconsole. 1182 bugs: 1183 - https://bugzil.la/1463101 1184 data_reviews: 1185 - https://bugzil.la/1463101 1186 notification_emails: 1187 - dev-developer-tools@lists.mozilla.org 1188 expires: never 1189 extra_keys: 1190 value: 1191 description: > 1192 The `value` of the event. Mirrors to the Legacy Telemetry 1193 event's `value` parameter. 1194 type: string 1195 session_id: 1196 description: > 1197 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1198 type: string 1199 telemetry_mirror: DevtoolsMain_JumpToDefinition_Webconsole 1200 1201 jump_to_source_webconsole: 1202 type: event 1203 description: > 1204 User has clicked a link to a source file in the web console. 1205 This event was generated to correspond to the Legacy Telemetry event 1206 devtools.main.jump_to_source#webconsole. 1207 bugs: 1208 - https://bugzil.la/1463092 1209 data_reviews: 1210 - https://bugzil.la/1463092 1211 notification_emails: 1212 - dev-developer-tools@lists.mozilla.org 1213 expires: never 1214 extra_keys: 1215 value: 1216 description: > 1217 The `value` of the event. Mirrors to the Legacy Telemetry 1218 event's `value` parameter. 1219 type: string 1220 session_id: 1221 description: > 1222 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1223 type: string 1224 telemetry_mirror: DevtoolsMain_JumpToSource_Webconsole 1225 1226 object_expanded_webconsole: 1227 type: event 1228 description: > 1229 User has expanded an object in the web console. 1230 This event was generated to correspond to the Legacy Telemetry event 1231 devtools.main.object_expanded#webconsole. 1232 bugs: 1233 - https://bugzil.la/1463104 1234 data_reviews: 1235 - https://bugzil.la/1463104 1236 notification_emails: 1237 - dev-developer-tools@lists.mozilla.org 1238 expires: never 1239 extra_keys: 1240 value: 1241 description: > 1242 The `value` of the event. Mirrors to the Legacy Telemetry 1243 event's `value` parameter. 1244 type: string 1245 session_id: 1246 description: > 1247 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1248 type: string 1249 telemetry_mirror: DevtoolsMain_ObjectExpanded_Webconsole 1250 1251 open_tools: 1252 type: event 1253 description: > 1254 User opens devtools toolbox. 1255 This event was generated to correspond to the Legacy Telemetry event 1256 devtools.main.open#tools. 1257 bugs: 1258 - https://bugzil.la/1416024 1259 - https://bugzil.la/1456984 1260 data_reviews: 1261 - https://bugzil.la/1416024 1262 - https://bugzil.la/1456984 1263 notification_emails: 1264 - dev-developer-tools@lists.mozilla.org 1265 expires: never 1266 extra_keys: 1267 value: 1268 description: > 1269 The `value` of the event. Mirrors to the Legacy Telemetry 1270 event's `value` parameter. 1271 type: string 1272 entrypoint: 1273 description: > 1274 How was the toolbox opened? CommandLine, ContextMenu, HamburgerMenu, KeyShortcut, SessionRestore, SystemMenu or SlowScript 1275 type: string 1276 first_panel: 1277 description: > 1278 The name of the first panel opened. 1279 type: string 1280 host: 1281 description: > 1282 Toolbox host (positioning): bottom, side, window or other. 1283 type: string 1284 splitconsole: 1285 description: > 1286 Indicates whether the split console was open. 1287 type: string 1288 width: 1289 description: > 1290 Toolbox width rounded up to the nearest 50px. 1291 type: string 1292 shortcut: 1293 description: > 1294 The key combination pressed. Used only in the case that entrypoint === KeyShortcut. 1295 type: string 1296 session_id: 1297 description: > 1298 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1299 type: string 1300 telemetry_mirror: DevtoolsMain_Open_Tools 1301 1302 open_adbg_aboutdebugging: 1303 type: event 1304 description: > 1305 User opens about:debugging. 1306 This event was generated to correspond to the Legacy Telemetry event 1307 devtools.main.open_adbg#aboutdebugging. 1308 bugs: 1309 - https://bugzil.la/1504173 1310 data_reviews: 1311 - https://bugzil.la/1504173 1312 notification_emails: 1313 - dev-developer-tools@lists.mozilla.org 1314 expires: never 1315 extra_keys: 1316 value: 1317 description: > 1318 The `value` of the event. Mirrors to the Legacy Telemetry 1319 event's `value` parameter. 1320 type: string 1321 width: 1322 description: > 1323 Toolbox width rounded up to the nearest 50px. 1324 type: string 1325 session_id: 1326 description: > 1327 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1328 type: string 1329 telemetry_mirror: DevtoolsMain_OpenAdbg_Aboutdebugging 1330 1331 pause_on_exceptions_debugger: 1332 type: event 1333 description: > 1334 User has changed pausing behaviour in the debugger. 1335 This event was generated to correspond to the Legacy Telemetry event 1336 devtools.main.pause_on_exceptions#debugger. 1337 bugs: 1338 - https://bugzil.la/1463117 1339 data_reviews: 1340 - https://bugzil.la/1463117 1341 notification_emails: 1342 - dev-developer-tools@lists.mozilla.org 1343 expires: never 1344 extra_keys: 1345 value: 1346 description: > 1347 The `value` of the event. Mirrors to the Legacy Telemetry 1348 event's `value` parameter. 1349 type: string 1350 exceptions: 1351 description: > 1352 Pause on exceptions is checked. 1353 type: string 1354 caught_exceptio: 1355 description: > 1356 Pause on caught exceptions is checked. 1357 type: string 1358 session_id: 1359 description: > 1360 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1361 type: string 1362 telemetry_mirror: DevtoolsMain_PauseOnExceptions_Debugger 1363 1364 pause_debugger: 1365 type: event 1366 description: > 1367 Debugger has paused in a script due to a breakpoint or exception. 1368 This event was generated to correspond to the Legacy Telemetry event 1369 devtools.main.pause#debugger. 1370 bugs: 1371 - https://bugzil.la/1463118 1372 data_reviews: 1373 - https://bugzil.la/1463118 1374 notification_emails: 1375 - dev-developer-tools@lists.mozilla.org 1376 expires: never 1377 extra_keys: 1378 value: 1379 description: > 1380 The `value` of the event. Mirrors to the Legacy Telemetry 1381 event's `value` parameter. 1382 type: string 1383 reason: 1384 description: > 1385 caught-exception, uncaught-exception, pausing, debugger-statement or breakpoint. 1386 type: string 1387 lib_stacks: 1388 description: > 1389 Number of collapsed callstacks in the call tree. These are call stacks that are part of external libraries e.g. react, which are collapsed by default. 1390 type: string 1391 session_id: 1392 description: > 1393 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1394 type: string 1395 telemetry_mirror: DevtoolsMain_Pause_Debugger 1396 1397 persist_changed_netmonitor: 1398 type: event 1399 description: > 1400 User has changed log persist status. 1401 This event was generated to correspond to the Legacy Telemetry event 1402 devtools.main.persist_changed#netmonitor. 1403 bugs: &devtools_main_persist_changed_bugs 1404 - https://bugzil.la/1531395 1405 - https://bugzil.la/1542312 1406 data_reviews: &devtools_main_persist_changed_data_reviews 1407 - https://bugzil.la/1531395 1408 - https://bugzil.la/1542312 1409 notification_emails: &devtools_main_persist_changed_emails 1410 - dev-developer-tools@lists.mozilla.org 1411 expires: never 1412 extra_keys: &devtools_main_persist_changed_extra 1413 value: 1414 description: > 1415 The `value` of the event. Mirrors to the Legacy Telemetry 1416 event's `value` parameter. 1417 type: string 1418 session_id: 1419 description: > 1420 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1421 type: string 1422 telemetry_mirror: DevtoolsMain_PersistChanged_Netmonitor 1423 1424 persist_changed_webconsole: 1425 type: event 1426 description: > 1427 User has changed log persist status. 1428 This event was generated to correspond to the Legacy Telemetry event 1429 devtools.main.persist_changed#webconsole. 1430 bugs: *devtools_main_persist_changed_bugs 1431 data_reviews: *devtools_main_persist_changed_data_reviews 1432 notification_emails: *devtools_main_persist_changed_emails 1433 expires: never 1434 extra_keys: *devtools_main_persist_changed_extra 1435 telemetry_mirror: DevtoolsMain_PersistChanged_Webconsole 1436 1437 pretty_print_debugger: 1438 type: event 1439 description: > 1440 User clicked the pretty print button to pretty print a script. 1441 This event was generated to correspond to the Legacy Telemetry event 1442 devtools.main.pretty_print#debugger. 1443 bugs: 1444 - https://bugzil.la/1463125 1445 data_reviews: 1446 - https://bugzil.la/1463125 1447 notification_emails: 1448 - dev-developer-tools@lists.mozilla.org 1449 expires: never 1450 extra_keys: 1451 value: 1452 description: > 1453 The `value` of the event. Mirrors to the Legacy Telemetry 1454 event's `value` parameter. 1455 type: string 1456 session_id: 1457 description: > 1458 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1459 type: string 1460 telemetry_mirror: DevtoolsMain_PrettyPrint_Debugger 1461 1462 remove_breakpoint_debugger: 1463 type: event 1464 description: > 1465 User has removed a breakpoint from a script. 1466 This event was generated to correspond to the Legacy Telemetry event 1467 devtools.main.remove_breakpoint#debugger. 1468 bugs: 1469 - https://bugzil.la/1463124 1470 data_reviews: 1471 - https://bugzil.la/1463124 1472 notification_emails: 1473 - dev-developer-tools@lists.mozilla.org 1474 expires: never 1475 extra_keys: 1476 value: 1477 description: > 1478 The `value` of the event. Mirrors to the Legacy Telemetry 1479 event's `value` parameter. 1480 type: string 1481 session_id: 1482 description: > 1483 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1484 type: string 1485 telemetry_mirror: DevtoolsMain_RemoveBreakpoint_Debugger 1486 1487 runtime_added_aboutdebugging: 1488 type: event 1489 description: > 1490 A new remote runtime has been detected in about:debugging 1491 This event was generated to correspond to the Legacy Telemetry event 1492 devtools.main.runtime_added#aboutdebugging. 1493 bugs: 1494 - https://bugzil.la/1521507 1495 data_reviews: 1496 - https://bugzil.la/1521507 1497 notification_emails: 1498 - dev-developer-tools@lists.mozilla.org 1499 expires: never 1500 extra_keys: 1501 value: 1502 description: > 1503 The `value` of the event. Mirrors to the Legacy Telemetry 1504 event's `value` parameter. 1505 type: string 1506 connection_type: 1507 description: > 1508 Connection type 1509 type: string 1510 device_name: 1511 description: > 1512 Name of the device on which the runtime is running (optional) 1513 type: string 1514 runtime_id: 1515 description: > 1516 Random id generated to track events related to a single runtime 1517 type: string 1518 runtime_name: 1519 description: > 1520 Name of the runtime 1521 type: string 1522 session_id: 1523 description: > 1524 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1525 type: string 1526 telemetry_mirror: DevtoolsMain_RuntimeAdded_Aboutdebugging 1527 1528 runtime_connected_aboutdebugging: 1529 type: event 1530 description: > 1531 Connection was established with a remote runtime in about:debugging 1532 This event was generated to correspond to the Legacy Telemetry event 1533 devtools.main.runtime_connected#aboutdebugging. 1534 bugs: 1535 - https://bugzil.la/1521507 1536 - https://bugzil.la/1530997 1537 data_reviews: 1538 - https://bugzil.la/1521507 1539 - https://bugzil.la/1530997 1540 notification_emails: 1541 - dev-developer-tools@lists.mozilla.org 1542 expires: never 1543 extra_keys: 1544 value: 1545 description: > 1546 The `value` of the event. Mirrors to the Legacy Telemetry 1547 event's `value` parameter. 1548 type: string 1549 connection_type: 1550 description: > 1551 Connection type 1552 type: string 1553 device_name: 1554 description: > 1555 Name of the device on which the runtime is running (optional) 1556 type: string 1557 runtime_id: 1558 description: > 1559 Random id generated to track events related to a single runtime 1560 type: string 1561 runtime_name: 1562 description: > 1563 Name of the runtime 1564 type: string 1565 runtime_os: 1566 description: > 1567 Operating system on which the runtime is running (eg Android or Linux) 1568 type: string 1569 runtime_version: 1570 description: > 1571 Version of the runtime (eg 67.0a1) 1572 type: string 1573 session_id: 1574 description: > 1575 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1576 type: string 1577 telemetry_mirror: DevtoolsMain_RuntimeConnected_Aboutdebugging 1578 1579 runtime_disconnected_aboutdebugging: 1580 type: event 1581 description: > 1582 Connection was lost with a remote runtime in about debugging 1583 This event was generated to correspond to the Legacy Telemetry event 1584 devtools.main.runtime_disconnected#aboutdebugging. 1585 bugs: 1586 - https://bugzil.la/1521507 1587 data_reviews: 1588 - https://bugzil.la/1521507 1589 notification_emails: 1590 - dev-developer-tools@lists.mozilla.org 1591 expires: never 1592 extra_keys: 1593 value: 1594 description: > 1595 The `value` of the event. Mirrors to the Legacy Telemetry 1596 event's `value` parameter. 1597 type: string 1598 connection_type: 1599 description: > 1600 Connection type 1601 type: string 1602 device_name: 1603 description: > 1604 Name of the device on which the runtime is running (optional) 1605 type: string 1606 runtime_id: 1607 description: > 1608 Random id generated to track events related to a single runtime 1609 type: string 1610 runtime_name: 1611 description: > 1612 Name of the runtime 1613 type: string 1614 session_id: 1615 description: > 1616 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1617 type: string 1618 telemetry_mirror: DevtoolsMain_RuntimeDisconnected_Aboutdebugging 1619 1620 runtime_removed_aboutdebugging: 1621 type: event 1622 description: > 1623 A previously listed runtime was removed in about:debugging 1624 This event was generated to correspond to the Legacy Telemetry event 1625 devtools.main.runtime_removed#aboutdebugging. 1626 bugs: 1627 - https://bugzil.la/1521507 1628 data_reviews: 1629 - https://bugzil.la/1521507 1630 notification_emails: 1631 - dev-developer-tools@lists.mozilla.org 1632 expires: never 1633 extra_keys: 1634 value: 1635 description: > 1636 The `value` of the event. Mirrors to the Legacy Telemetry 1637 event's `value` parameter. 1638 type: string 1639 connection_type: 1640 description: > 1641 Connection type 1642 type: string 1643 device_name: 1644 description: > 1645 Name of the device on which the runtime is running (optional) 1646 type: string 1647 runtime_id: 1648 description: > 1649 Random id generated to track events related to a single runtime 1650 type: string 1651 runtime_name: 1652 description: > 1653 Name of the runtime 1654 type: string 1655 session_id: 1656 description: > 1657 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1658 type: string 1659 telemetry_mirror: DevtoolsMain_RuntimeRemoved_Aboutdebugging 1660 1661 select_page_aboutdebugging: 1662 type: event 1663 description: > 1664 User navigates to a new page of an application such as 1665 about:debugging 1666 This event was generated to correspond to the Legacy Telemetry event 1667 devtools.main.select_page#aboutdebugging. 1668 bugs: &devtools_main_select_page_bugs 1669 - https://bugzil.la/1504173 1670 - https://bugzil.la/1643253 1671 data_reviews: &devtools_main_select_page_data_reviews 1672 - https://bugzil.la/1504173 1673 - https://bugzil.la/1643253 1674 notification_emails: &devtools_main_select_page_emails 1675 - dev-developer-tools@lists.mozilla.org 1676 expires: never 1677 extra_keys: &devtools_main_select_page_extra 1678 value: 1679 description: > 1680 The `value` of the event. Mirrors to the Legacy Telemetry 1681 event's `value` parameter. 1682 type: string 1683 page_type: 1684 description: > 1685 Type of page the user navigates to (this-firefox, connect, runtime) 1686 type: string 1687 session_id: 1688 description: > 1689 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1690 type: string 1691 telemetry_mirror: DevtoolsMain_SelectPage_Aboutdebugging 1692 1693 select_page_application: 1694 type: event 1695 description: > 1696 User navigates to a new page of an application such as 1697 about:debugging 1698 This event was generated to correspond to the Legacy Telemetry event 1699 devtools.main.select_page#application. 1700 bugs: *devtools_main_select_page_bugs 1701 data_reviews: *devtools_main_select_page_data_reviews 1702 notification_emails: *devtools_main_select_page_emails 1703 expires: never 1704 extra_keys: *devtools_main_select_page_extra 1705 telemetry_mirror: DevtoolsMain_SelectPage_Application 1706 1707 show_profiler_aboutdebugging: 1708 type: event 1709 description: > 1710 User has clicked on the "Open Profiler" button in a runtime page of 1711 about:debugging 1712 This event was generated to correspond to the Legacy Telemetry event 1713 devtools.main.show_profiler#aboutdebugging. 1714 bugs: 1715 - https://bugzil.la/1521511 1716 data_reviews: 1717 - https://bugzil.la/1521511 1718 notification_emails: 1719 - dev-developer-tools@lists.mozilla.org 1720 expires: never 1721 extra_keys: 1722 value: 1723 description: > 1724 The `value` of the event. Mirrors to the Legacy Telemetry 1725 event's `value` parameter. 1726 type: string 1727 runtime_id: 1728 description: > 1729 Random id generated to track events related to a single runtime 1730 type: string 1731 session_id: 1732 description: > 1733 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1734 type: string 1735 telemetry_mirror: DevtoolsMain_ShowProfiler_Aboutdebugging 1736 1737 select_ws_frame_netmonitor: 1738 type: event 1739 description: > 1740 User has selected a WebSocket frame. 1741 This event was generated to correspond to the Legacy Telemetry event 1742 devtools.main.select_ws_frame#netmonitor. 1743 bugs: 1744 - https://bugzil.la/1555638 1745 data_reviews: 1746 - https://bugzil.la/1555638 1747 notification_emails: 1748 - dev-developer-tools@lists.mozilla.org 1749 expires: never 1750 extra_keys: 1751 value: 1752 description: > 1753 The `value` of the event. Mirrors to the Legacy Telemetry 1754 event's `value` parameter. 1755 type: string 1756 session_id: 1757 description: > 1758 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1759 type: string 1760 telemetry_mirror: DevtoolsMain_SelectWsFrame_Netmonitor 1761 1762 sidepanel_changed_inspector: 1763 type: event 1764 description: > 1765 User has switched sidepanel tabs. 1766 This event was generated to correspond to the Legacy Telemetry event 1767 devtools.main.sidepanel_changed#inspector. 1768 bugs: &devtools_main_sidepanel_changed_bugs 1769 - https://bugzil.la/1463083 1770 - https://bugzil.la/1463169 1771 data_reviews: &devtools_main_sidepanel_changed_data_reviews 1772 - https://bugzil.la/1463083 1773 - https://bugzil.la/1463169 1774 notification_emails: &devtools_main_sidepanel_changed_emails 1775 - dev-developer-tools@lists.mozilla.org 1776 expires: never 1777 extra_keys: &devtools_main_sidepanel_changed_extra 1778 value: 1779 description: > 1780 The `value` of the event. Mirrors to the Legacy Telemetry 1781 event's `value` parameter. 1782 type: string 1783 oldpanel: 1784 description: > 1785 The panel the user is switching from 1786 type: string 1787 newpanel: 1788 description: > 1789 The panel the user is switching to 1790 type: string 1791 os: 1792 description: > 1793 The OS name and version e.g. "Linux 4.4.0-1014-aws", "Darwin 14.5.0", "Windows_NT 6.1.7601" or "Windows_NT 10.0.15063." This can be used to make sense of data when a feature is only available from a particular operating system build number. 1794 type: string 1795 session_id: 1796 description: > 1797 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1798 type: string 1799 telemetry_mirror: DevtoolsMain_SidepanelChanged_Inspector 1800 1801 sidepanel_changed_netmonitor: 1802 type: event 1803 description: > 1804 User has switched sidepanel tabs. 1805 This event was generated to correspond to the Legacy Telemetry event 1806 devtools.main.sidepanel_changed#netmonitor. 1807 bugs: *devtools_main_sidepanel_changed_bugs 1808 data_reviews: *devtools_main_sidepanel_changed_data_reviews 1809 notification_emails: *devtools_main_sidepanel_changed_emails 1810 expires: never 1811 extra_keys: *devtools_main_sidepanel_changed_extra 1812 telemetry_mirror: DevtoolsMain_SidepanelChanged_Netmonitor 1813 1814 start_worker_application: 1815 type: event 1816 description: > 1817 User manually starts a service worker 1818 This event was generated to correspond to the Legacy Telemetry event 1819 devtools.main.start_worker#application. 1820 bugs: 1821 - https://bugzil.la/1643253 1822 data_reviews: 1823 - https://bugzil.la/1643253 1824 notification_emails: 1825 - dev-developer-tools@lists.mozilla.org 1826 expires: never 1827 extra_keys: 1828 value: 1829 description: > 1830 The `value` of the event. Mirrors to the Legacy Telemetry 1831 event's `value` parameter. 1832 type: string 1833 session_id: 1834 description: > 1835 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1836 type: string 1837 telemetry_mirror: DevtoolsMain_StartWorker_Application 1838 1839 throttle_changed_netmonitor: 1840 type: event 1841 description: > 1842 User has changed the throttle setting in the netmonitor. 1843 This event was generated to correspond to the Legacy Telemetry event 1844 devtools.main.throttle_changed#netmonitor. 1845 bugs: 1846 - https://bugzil.la/1463147 1847 data_reviews: 1848 - https://bugzil.la/1463147 1849 notification_emails: 1850 - dev-developer-tools@lists.mozilla.org 1851 expires: never 1852 extra_keys: 1853 value: 1854 description: > 1855 The `value` of the event. Mirrors to the Legacy Telemetry 1856 event's `value` parameter. 1857 type: string 1858 mode: 1859 description: > 1860 No throttling, GPRS, Regular 2G, Good 2G, Regular 3G, Good 3G, Regular 4G / LTE, DSL, WI-FI, or Offline. 1861 type: string 1862 session_id: 1863 description: > 1864 The toolbox session start time e.g. 13963. 1865 type: string 1866 telemetry_mirror: DevtoolsMain_ThrottleChanged_Netmonitor 1867 1868 tool_timer_animationinspector: 1869 type: event 1870 description: > 1871 The amount of time a tool was opened for. 1872 This event was generated to correspond to the Legacy Telemetry event 1873 devtools.main.tool_timer#animationinspector. 1874 bugs: &devtools_main_tool_timer_bugs 1875 - https://bugzil.la/1483817 1876 - https://bugzil.la/1639454 1877 data_reviews: &devtools_main_tool_timer_data_reviews 1878 - https://bugzil.la/1483817 1879 - https://bugzil.la/1639454 1880 notification_emails: &devtools_main_tool_timer_emails 1881 - dev-developer-tools@lists.mozilla.org 1882 expires: never 1883 extra_keys: &devtools_main_tool_timer_extra 1884 value: 1885 description: > 1886 The `value` of the event. Mirrors to the Legacy Telemetry 1887 event's `value` parameter. 1888 type: string 1889 time_open: 1890 description: > 1891 Time open. 1892 type: string 1893 os: 1894 description: > 1895 The OS name and version e.g. "Linux 4.4.0-1014-aws", "Darwin 14.5.0", "Windows_NT 6.1.7601" or "Windows_NT 10.0.15063." This can be used to make sense of data when a feature is only available from a particular operating system build number. 1896 type: string 1897 session_id: 1898 description: > 1899 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 1900 type: string 1901 telemetry_mirror: DevtoolsMain_ToolTimer_Animationinspector 1902 1903 tool_timer_compatibilityview: 1904 type: event 1905 description: > 1906 The amount of time a tool was opened for. 1907 This event was generated to correspond to the Legacy Telemetry event 1908 devtools.main.tool_timer#compatibilityview. 1909 bugs: *devtools_main_tool_timer_bugs 1910 data_reviews: *devtools_main_tool_timer_data_reviews 1911 notification_emails: *devtools_main_tool_timer_emails 1912 expires: never 1913 extra_keys: *devtools_main_tool_timer_extra 1914 telemetry_mirror: DevtoolsMain_ToolTimer_Compatibilityview 1915 1916 tool_timer_computedview: 1917 type: event 1918 description: > 1919 The amount of time a tool was opened for. 1920 This event was generated to correspond to the Legacy Telemetry event 1921 devtools.main.tool_timer#computedview. 1922 bugs: *devtools_main_tool_timer_bugs 1923 data_reviews: *devtools_main_tool_timer_data_reviews 1924 notification_emails: *devtools_main_tool_timer_emails 1925 expires: never 1926 extra_keys: *devtools_main_tool_timer_extra 1927 telemetry_mirror: DevtoolsMain_ToolTimer_Computedview 1928 1929 tool_timer_changesview: 1930 type: event 1931 description: > 1932 The amount of time a tool was opened for. 1933 This event was generated to correspond to the Legacy Telemetry event 1934 devtools.main.tool_timer#changesview. 1935 bugs: *devtools_main_tool_timer_bugs 1936 data_reviews: *devtools_main_tool_timer_data_reviews 1937 notification_emails: *devtools_main_tool_timer_emails 1938 expires: never 1939 extra_keys: *devtools_main_tool_timer_extra 1940 telemetry_mirror: DevtoolsMain_ToolTimer_Changesview 1941 1942 tool_timer_fontinspector: 1943 type: event 1944 description: > 1945 The amount of time a tool was opened for. 1946 This event was generated to correspond to the Legacy Telemetry event 1947 devtools.main.tool_timer#fontinspector. 1948 bugs: *devtools_main_tool_timer_bugs 1949 data_reviews: *devtools_main_tool_timer_data_reviews 1950 notification_emails: *devtools_main_tool_timer_emails 1951 expires: never 1952 extra_keys: *devtools_main_tool_timer_extra 1953 telemetry_mirror: DevtoolsMain_ToolTimer_Fontinspector 1954 1955 tool_timer_layoutview: 1956 type: event 1957 description: > 1958 The amount of time a tool was opened for. 1959 This event was generated to correspond to the Legacy Telemetry event 1960 devtools.main.tool_timer#layoutview. 1961 bugs: *devtools_main_tool_timer_bugs 1962 data_reviews: *devtools_main_tool_timer_data_reviews 1963 notification_emails: *devtools_main_tool_timer_emails 1964 expires: never 1965 extra_keys: *devtools_main_tool_timer_extra 1966 telemetry_mirror: DevtoolsMain_ToolTimer_Layoutview 1967 1968 tool_timer_ruleview: 1969 type: event 1970 description: > 1971 The amount of time a tool was opened for. 1972 This event was generated to correspond to the Legacy Telemetry event 1973 devtools.main.tool_timer#ruleview. 1974 bugs: *devtools_main_tool_timer_bugs 1975 data_reviews: *devtools_main_tool_timer_data_reviews 1976 notification_emails: *devtools_main_tool_timer_emails 1977 expires: never 1978 extra_keys: *devtools_main_tool_timer_extra 1979 telemetry_mirror: DevtoolsMain_ToolTimer_Ruleview 1980 1981 unregister_worker_application: 1982 type: event 1983 description: > 1984 User manually unregisters a service worker registration 1985 This event was generated to correspond to the Legacy Telemetry event 1986 devtools.main.unregister_worker#application. 1987 bugs: 1988 - https://bugzil.la/1643253 1989 data_reviews: 1990 - https://bugzil.la/1643253 1991 notification_emails: 1992 - dev-developer-tools@lists.mozilla.org 1993 expires: never 1994 extra_keys: 1995 value: 1996 description: > 1997 The `value` of the event. Mirrors to the Legacy Telemetry 1998 event's `value` parameter. 1999 type: string 2000 session_id: 2001 description: > 2002 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 2003 type: string 2004 telemetry_mirror: DevtoolsMain_UnregisterWorker_Application 2005 2006 update_conn_prompt_aboutdebugging: 2007 type: event 2008 description: > 2009 User has clicked on the "Enable/Disable connection prompt" button in 2010 a runtime page of about:debugging 2011 This event was generated to correspond to the Legacy Telemetry event 2012 devtools.main.update_conn_prompt#aboutdebugging. 2013 bugs: 2014 - https://bugzil.la/1521511 2015 data_reviews: 2016 - https://bugzil.la/1521511 2017 notification_emails: 2018 - dev-developer-tools@lists.mozilla.org 2019 expires: never 2020 extra_keys: 2021 value: 2022 description: > 2023 The `value` of the event. Mirrors to the Legacy Telemetry 2024 event's `value` parameter. 2025 type: string 2026 prompt_enabled: 2027 description: > 2028 True if the user enables the prompt, false otherwise. 2029 type: string 2030 runtime_id: 2031 description: > 2032 Random id generated to track events related to a single runtime 2033 type: string 2034 session_id: 2035 description: > 2036 The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123. 2037 type: string 2038 telemetry_mirror: DevtoolsMain_UpdateConnPrompt_Aboutdebugging 2039 2040 devtools.accessibility: 2041 opened_count: 2042 type: counter 2043 description: > 2044 Number of times the DevTools Accessibility tool has been opened. 2045 This metric was generated to correspond to the Legacy Telemetry 2046 scalar devtools.accessibility.opened_count. 2047 bugs: 2048 - https://bugzil.la/1447302 2049 - https://bugzil.la/1503568 2050 - https://bugzil.la/1587985 2051 data_reviews: 2052 - https://bugzil.la/1447302 2053 - https://bugzil.la/1503568 2054 - https://bugzil.la/1587985 2055 notification_emails: 2056 - dev-developer-tools@lists.mozilla.org 2057 - accessibility@mozilla.com 2058 expires: never 2059 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_OPENED_COUNT 2060 2061 picker_used_count: 2062 type: counter 2063 description: > 2064 Number of times the picker tool has been used in DevTools 2065 Accessibility panel. 2066 This metric was generated to correspond to the Legacy Telemetry 2067 scalar devtools.accessibility.picker_used_count. 2068 bugs: 2069 - https://bugzil.la/1447302 2070 - https://bugzil.la/1503568 2071 - https://bugzil.la/1587985 2072 data_reviews: 2073 - https://bugzil.la/1447302 2074 - https://bugzil.la/1503568 2075 - https://bugzil.la/1587985 2076 notification_emails: 2077 - dev-developer-tools@lists.mozilla.org 2078 - accessibility@mozilla.com 2079 expires: never 2080 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_PICKER_USED_COUNT 2081 2082 devtools.changesview: 2083 opened_count: 2084 type: counter 2085 description: > 2086 Number of times the Changes panel has been opened. 2087 This metric was generated to correspond to the Legacy Telemetry 2088 scalar devtools.changesview.opened_count. 2089 bugs: 2090 - https://bugzil.la/1509890 2091 data_reviews: 2092 - https://bugzil.la/1509890 2093 notification_emails: 2094 - dev-developer-tools@lists.mozilla.org 2095 - mbalfanz@mozilla.com 2096 expires: never 2097 telemetry_mirror: DEVTOOLS_CHANGESVIEW_OPENED_COUNT 2098 2099 devtools: 2100 toolbox_opened_count: 2101 type: counter 2102 description: > 2103 Number of times the DevTools toolbox has been opened. 2104 2105 This metric was generated to correspond to the Legacy Telemetry count 2106 histogram DEVTOOLS_TOOLBOX_OPENED_COUNT. 2107 bugs: 2108 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2109 data_reviews: 2110 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2111 notification_emails: 2112 - dev-developer-tools@lists.mozilla.org 2113 expires: never 2114 telemetry_mirror: h#DEVTOOLS_TOOLBOX_OPENED_COUNT 2115 2116 options_opened_count: 2117 type: counter 2118 description: > 2119 Number of times the DevTools options panel has been opened. 2120 2121 This metric was generated to correspond to the Legacy Telemetry count 2122 histogram DEVTOOLS_OPTIONS_OPENED_COUNT. 2123 bugs: 2124 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2125 data_reviews: 2126 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2127 notification_emails: 2128 - dev-developer-tools@lists.mozilla.org 2129 expires: never 2130 telemetry_mirror: h#DEVTOOLS_OPTIONS_OPENED_COUNT 2131 2132 webconsole_opened_count: 2133 type: counter 2134 description: > 2135 Number of times the DevTools Web Console has been opened. 2136 2137 This metric was generated to correspond to the Legacy Telemetry count 2138 histogram DEVTOOLS_WEBCONSOLE_OPENED_COUNT. 2139 bugs: 2140 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2141 data_reviews: 2142 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2143 notification_emails: 2144 - dev-developer-tools@lists.mozilla.org 2145 expires: never 2146 telemetry_mirror: h#DEVTOOLS_WEBCONSOLE_OPENED_COUNT 2147 2148 browserconsole_opened_count: 2149 type: counter 2150 description: > 2151 Number of times the DevTools Browser Console has been opened. 2152 2153 This metric was generated to correspond to the Legacy Telemetry count 2154 histogram DEVTOOLS_BROWSERCONSOLE_OPENED_COUNT. 2155 bugs: 2156 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2157 data_reviews: 2158 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2159 notification_emails: 2160 - dev-developer-tools@lists.mozilla.org 2161 expires: never 2162 telemetry_mirror: h#DEVTOOLS_BROWSERCONSOLE_OPENED_COUNT 2163 2164 inspector_opened_count: 2165 type: counter 2166 description: > 2167 Number of times the DevTools Inspector has been opened. 2168 2169 This metric was generated to correspond to the Legacy Telemetry count 2170 histogram DEVTOOLS_INSPECTOR_OPENED_COUNT. 2171 bugs: 2172 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2173 data_reviews: 2174 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2175 notification_emails: 2176 - dev-developer-tools@lists.mozilla.org 2177 expires: never 2178 telemetry_mirror: h#DEVTOOLS_INSPECTOR_OPENED_COUNT 2179 2180 ruleview_opened_count: 2181 type: counter 2182 description: > 2183 Number of times the DevTools Rule View has been opened. 2184 2185 This metric was generated to correspond to the Legacy Telemetry count 2186 histogram DEVTOOLS_RULEVIEW_OPENED_COUNT. 2187 bugs: 2188 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2189 data_reviews: 2190 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2191 notification_emails: 2192 - dev-developer-tools@lists.mozilla.org 2193 expires: never 2194 telemetry_mirror: h#DEVTOOLS_RULEVIEW_OPENED_COUNT 2195 2196 computedview_opened_count: 2197 type: counter 2198 description: > 2199 Number of times the DevTools Computed View has been opened. 2200 2201 This metric was generated to correspond to the Legacy Telemetry count 2202 histogram DEVTOOLS_COMPUTEDVIEW_OPENED_COUNT. 2203 bugs: 2204 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2205 data_reviews: 2206 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2207 notification_emails: 2208 - dev-developer-tools@lists.mozilla.org 2209 expires: never 2210 telemetry_mirror: h#DEVTOOLS_COMPUTEDVIEW_OPENED_COUNT 2211 2212 layoutview_opened_count: 2213 type: counter 2214 description: > 2215 Number of times the DevTools Layout View has been opened. 2216 2217 This metric was generated to correspond to the Legacy Telemetry count 2218 histogram DEVTOOLS_LAYOUTVIEW_OPENED_COUNT. 2219 bugs: 2220 - https://bugzilla.mozilla.org/show_bug.cgi?id=1347552 2221 data_reviews: 2222 - https://bugzilla.mozilla.org/show_bug.cgi?id=1347552 2223 notification_emails: 2224 - dev-developer-tools@lists.mozilla.org 2225 expires: never 2226 telemetry_mirror: h#DEVTOOLS_LAYOUTVIEW_OPENED_COUNT 2227 2228 fontinspector_opened_count: 2229 type: counter 2230 description: > 2231 Number of times the DevTools Font Inspector has been opened. 2232 2233 This metric was generated to correspond to the Legacy Telemetry count 2234 histogram DEVTOOLS_FONTINSPECTOR_OPENED_COUNT. 2235 bugs: 2236 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2237 data_reviews: 2238 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2239 notification_emails: 2240 - dev-developer-tools@lists.mozilla.org 2241 expires: never 2242 telemetry_mirror: h#DEVTOOLS_FONTINSPECTOR_OPENED_COUNT 2243 2244 animationinspector_opened_count: 2245 type: counter 2246 description: > 2247 Number of times the DevTools Animation Inspector has been opened. 2248 2249 This metric was generated to correspond to the Legacy Telemetry count 2250 histogram DEVTOOLS_ANIMATIONINSPECTOR_OPENED_COUNT. 2251 bugs: 2252 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2253 data_reviews: 2254 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2255 notification_emails: 2256 - dev-developer-tools@lists.mozilla.org 2257 expires: never 2258 telemetry_mirror: h#DEVTOOLS_ANIMATIONINSPECTOR_OPENED_COUNT 2259 2260 jsdebugger_opened_count: 2261 type: counter 2262 description: > 2263 Number of times the DevTools Debugger has been opened. 2264 2265 This metric was generated to correspond to the Legacy Telemetry count 2266 histogram DEVTOOLS_JSDEBUGGER_OPENED_COUNT. 2267 bugs: 2268 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2269 data_reviews: 2270 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2271 notification_emails: 2272 - dev-developer-tools@lists.mozilla.org 2273 expires: never 2274 telemetry_mirror: h#DEVTOOLS_JSDEBUGGER_OPENED_COUNT 2275 2276 jsbrowserdebugger_opened_count: 2277 type: counter 2278 description: > 2279 Number of times the DevTools Browser Debugger has been opened. 2280 2281 This metric was generated to correspond to the Legacy Telemetry count 2282 histogram DEVTOOLS_JSBROWSERDEBUGGER_OPENED_COUNT. 2283 bugs: 2284 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2285 data_reviews: 2286 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2287 notification_emails: 2288 - dev-developer-tools@lists.mozilla.org 2289 expires: never 2290 telemetry_mirror: h#DEVTOOLS_JSBROWSERDEBUGGER_OPENED_COUNT 2291 2292 styleeditor_opened_count: 2293 type: counter 2294 description: > 2295 Number of times the DevTools Style Editor has been opened. 2296 2297 This metric was generated to correspond to the Legacy Telemetry count 2298 histogram DEVTOOLS_STYLEEDITOR_OPENED_COUNT. 2299 bugs: 2300 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2301 data_reviews: 2302 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2303 notification_emails: 2304 - dev-developer-tools@lists.mozilla.org 2305 expires: never 2306 telemetry_mirror: h#DEVTOOLS_STYLEEDITOR_OPENED_COUNT 2307 2308 jsprofiler_opened_count: 2309 type: counter 2310 description: > 2311 Number of times the DevTools JS Profiler has been opened. 2312 2313 This metric was generated to correspond to the Legacy Telemetry count 2314 histogram DEVTOOLS_JSPROFILER_OPENED_COUNT. 2315 bugs: 2316 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2317 data_reviews: 2318 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2319 notification_emails: 2320 - dev-developer-tools@lists.mozilla.org 2321 expires: never 2322 telemetry_mirror: h#DEVTOOLS_JSPROFILER_OPENED_COUNT 2323 2324 memory_opened_count: 2325 type: counter 2326 description: > 2327 Number of times the DevTools Memory Tool has been opened. 2328 2329 This metric was generated to correspond to the Legacy Telemetry count 2330 histogram DEVTOOLS_MEMORY_OPENED_COUNT. 2331 bugs: 2332 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2333 data_reviews: 2334 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2335 notification_emails: 2336 - dev-developer-tools@lists.mozilla.org 2337 expires: never 2338 telemetry_mirror: h#DEVTOOLS_MEMORY_OPENED_COUNT 2339 2340 netmonitor_opened_count: 2341 type: counter 2342 description: > 2343 Number of times the DevTools Network Monitor has been opened. 2344 2345 This metric was generated to correspond to the Legacy Telemetry count 2346 histogram DEVTOOLS_NETMONITOR_OPENED_COUNT. 2347 bugs: 2348 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2349 data_reviews: 2350 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2351 notification_emails: 2352 - dev-developer-tools@lists.mozilla.org 2353 expires: never 2354 telemetry_mirror: h#DEVTOOLS_NETMONITOR_OPENED_COUNT 2355 2356 storage_opened_count: 2357 type: counter 2358 description: > 2359 Number of times the DevTools Storage Inspector has been opened. 2360 2361 This metric was generated to correspond to the Legacy Telemetry count 2362 histogram DEVTOOLS_STORAGE_OPENED_COUNT. 2363 bugs: 2364 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2365 data_reviews: 2366 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2367 notification_emails: 2368 - dev-developer-tools@lists.mozilla.org 2369 expires: never 2370 telemetry_mirror: h#DEVTOOLS_STORAGE_OPENED_COUNT 2371 2372 dom_opened_count: 2373 type: counter 2374 description: > 2375 Number of times the DevTools DOM Inspector has been opened. 2376 2377 This metric was generated to correspond to the Legacy Telemetry count 2378 histogram DEVTOOLS_DOM_OPENED_COUNT. 2379 bugs: 2380 - https://bugzilla.mozilla.org/show_bug.cgi?id=1343501 2381 data_reviews: 2382 - https://bugzilla.mozilla.org/show_bug.cgi?id=1343501 2383 notification_emails: 2384 - dev-developer-tools@lists.mozilla.org 2385 expires: never 2386 telemetry_mirror: h#DEVTOOLS_DOM_OPENED_COUNT 2387 2388 responsive_opened_count: 2389 type: counter 2390 description: > 2391 Number of times the DevTools Responsive Design Mode tool has been opened. 2392 2393 This metric was generated to correspond to the Legacy Telemetry count 2394 histogram DEVTOOLS_RESPONSIVE_OPENED_COUNT. 2395 bugs: 2396 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2397 data_reviews: 2398 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2399 notification_emails: 2400 - dev-developer-tools@lists.mozilla.org 2401 expires: never 2402 telemetry_mirror: h#DEVTOOLS_RESPONSIVE_OPENED_COUNT 2403 2404 eyedropper_opened_count: 2405 type: counter 2406 description: > 2407 Number of times the DevTools Eyedropper tool has been opened. 2408 2409 This metric was generated to correspond to the Legacy Telemetry count 2410 histogram DEVTOOLS_EYEDROPPER_OPENED_COUNT. 2411 bugs: 2412 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2413 data_reviews: 2414 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2415 notification_emails: 2416 - dev-developer-tools@lists.mozilla.org 2417 expires: never 2418 telemetry_mirror: h#DEVTOOLS_EYEDROPPER_OPENED_COUNT 2419 2420 menu_eyedropper_opened_count: 2421 type: counter 2422 description: > 2423 Number of times the DevTools Eyedropper has been opened via the DevTools 2424 menu. 2425 2426 This metric was generated to correspond to the Legacy Telemetry count 2427 histogram DEVTOOLS_MENU_EYEDROPPER_OPENED_COUNT. 2428 bugs: 2429 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2430 data_reviews: 2431 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2432 notification_emails: 2433 - dev-developer-tools@lists.mozilla.org 2434 expires: never 2435 telemetry_mirror: h#DEVTOOLS_MENU_EYEDROPPER_OPENED_COUNT 2436 2437 picker_eyedropper_opened_count: 2438 type: counter 2439 description: > 2440 Number of times the DevTools Eyedropper has been opened via the color 2441 picker. 2442 2443 This metric was generated to correspond to the Legacy Telemetry count 2444 histogram DEVTOOLS_PICKER_EYEDROPPER_OPENED_COUNT. 2445 bugs: 2446 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2447 data_reviews: 2448 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2449 notification_emails: 2450 - dev-developer-tools@lists.mozilla.org 2451 expires: never 2452 telemetry_mirror: h#DEVTOOLS_PICKER_EYEDROPPER_OPENED_COUNT 2453 2454 aboutdebugging_opened_count: 2455 type: counter 2456 description: > 2457 Number of times about:debugging has been opened. 2458 2459 This metric was generated to correspond to the Legacy Telemetry count 2460 histogram DEVTOOLS_ABOUTDEBUGGING_OPENED_COUNT. 2461 bugs: 2462 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2463 - https://bugzilla.mozilla.org/show_bug.cgi?id=1204601 2464 data_reviews: 2465 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2466 - https://bugzilla.mozilla.org/show_bug.cgi?id=1204601 2467 notification_emails: 2468 - dev-developer-tools@lists.mozilla.org 2469 - jan@mozilla.com 2470 expires: never 2471 telemetry_mirror: h#DEVTOOLS_ABOUTDEBUGGING_OPENED_COUNT 2472 2473 compatibilityview_opened_count: 2474 type: counter 2475 description: > 2476 Number of times about:debugging has been opened. 2477 2478 This metric was generated to correspond to the Legacy Telemetry count 2479 histogram DEVTOOLS_COMPATIBILITYVIEW_OPENED_COUNT. 2480 bugs: 2481 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2482 - https://bugzilla.mozilla.org/show_bug.cgi?id=1204601 2483 data_reviews: 2484 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2485 - https://bugzilla.mozilla.org/show_bug.cgi?id=1204601 2486 notification_emails: 2487 - dev-developer-tools@lists.mozilla.org 2488 - jan@mozilla.com 2489 expires: never 2490 telemetry_mirror: h#DEVTOOLS_COMPATIBILITYVIEW_OPENED_COUNT 2491 2492 custom_opened_count: 2493 type: counter 2494 description: > 2495 Number of times a custom developer tool has been opened. 2496 2497 This metric was generated to correspond to the Legacy Telemetry count 2498 histogram DEVTOOLS_CUSTOM_OPENED_COUNT. 2499 bugs: 2500 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2501 data_reviews: 2502 - https://bugzilla.mozilla.org/show_bug.cgi?id=1247985 2503 notification_emails: 2504 - dev-developer-tools@lists.mozilla.org 2505 expires: never 2506 telemetry_mirror: h#DEVTOOLS_CUSTOM_OPENED_COUNT 2507 2508 accessibility_time_active: 2509 type: timing_distribution 2510 description: > 2511 How long has the accessibility panel been active (seconds). 2512 2513 This metric was generated to correspond to the Legacy Telemetry 2514 exponential histogram DEVTOOLS_ACCESSIBILITY_TIME_ACTIVE_SECONDS. 2515 time_unit: second 2516 bugs: 2517 - https://bugzilla.mozilla.org/show_bug.cgi?id=1447302 2518 - https://bugzilla.mozilla.org/show_bug.cgi?id=1503568 2519 - https://bugzilla.mozilla.org/show_bug.cgi?id=1587985 2520 data_reviews: 2521 - https://bugzilla.mozilla.org/show_bug.cgi?id=1447302 2522 - https://bugzilla.mozilla.org/show_bug.cgi?id=1503568 2523 - https://bugzilla.mozilla.org/show_bug.cgi?id=1587985 2524 notification_emails: 2525 - dev-developer-tools@lists.mozilla.org 2526 - yzenevich@mozilla.com 2527 expires: never 2528 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_TIME_ACTIVE_SECONDS 2529 2530 accessibility_picker_time_active: 2531 type: timing_distribution 2532 description: > 2533 How long has the picker tool in accessibility panel been active (seconds). 2534 2535 This metric was generated to correspond to the Legacy Telemetry 2536 exponential histogram DEVTOOLS_ACCESSIBILITY_PICKER_TIME_ACTIVE_SECONDS. 2537 time_unit: second 2538 bugs: 2539 - https://bugzilla.mozilla.org/show_bug.cgi?id=1447302 2540 - https://bugzilla.mozilla.org/show_bug.cgi?id=1503568 2541 - https://bugzilla.mozilla.org/show_bug.cgi?id=1587985 2542 data_reviews: 2543 - https://bugzilla.mozilla.org/show_bug.cgi?id=1447302 2544 - https://bugzilla.mozilla.org/show_bug.cgi?id=1503568 2545 - https://bugzilla.mozilla.org/show_bug.cgi?id=1587985 2546 notification_emails: 2547 - dev-developer-tools@lists.mozilla.org 2548 - yzenevich@mozilla.com 2549 expires: never 2550 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_PICKER_TIME_ACTIVE_SECONDS 2551 2552 accessibility_service_time_active: 2553 type: timing_distribution 2554 description: > 2555 How long has the platform accessibility been active (seconds) in 2556 accessibility panel. 2557 2558 This metric was generated to correspond to the Legacy Telemetry 2559 exponential histogram DEVTOOLS_ACCESSIBILITY_SERVICE_TIME_ACTIVE_SECONDS. 2560 time_unit: second 2561 bugs: 2562 - https://bugzilla.mozilla.org/show_bug.cgi?id=1447302 2563 - https://bugzilla.mozilla.org/show_bug.cgi?id=1503568 2564 - https://bugzilla.mozilla.org/show_bug.cgi?id=1587985 2565 data_reviews: 2566 - https://bugzilla.mozilla.org/show_bug.cgi?id=1447302 2567 - https://bugzilla.mozilla.org/show_bug.cgi?id=1503568 2568 - https://bugzilla.mozilla.org/show_bug.cgi?id=1587985 2569 notification_emails: 2570 - dev-developer-tools@lists.mozilla.org 2571 - yzenevich@mozilla.com 2572 expires: never 2573 telemetry_mirror: DEVTOOLS_ACCESSIBILITY_SERVICE_TIME_ACTIVE_SECONDS 2574 2575 flexbox_highlighter_time_active: 2576 type: timing_distribution 2577 description: > 2578 How long has the flexbox highlighter been active (seconds). 2579 2580 This metric was generated to correspond to the Legacy Telemetry 2581 exponential histogram DEVTOOLS_FLEXBOX_HIGHLIGHTER_TIME_ACTIVE_SECONDS. 2582 time_unit: second 2583 bugs: 2584 - https://bugzilla.mozilla.org/show_bug.cgi?id=1509907 2585 data_reviews: 2586 - https://bugzilla.mozilla.org/show_bug.cgi?id=1509907 2587 notification_emails: 2588 - dev-developer-tools@lists.mozilla.org 2589 - mbalfanz@mozilla.com 2590 expires: never 2591 telemetry_mirror: DEVTOOLS_FLEXBOX_HIGHLIGHTER_TIME_ACTIVE_SECONDS 2592 2593 grid_highlighter_time_active: 2594 type: timing_distribution 2595 description: > 2596 How long has the grid highlighter been active (seconds). 2597 2598 This metric was generated to correspond to the Legacy Telemetry 2599 exponential histogram DEVTOOLS_GRID_HIGHLIGHTER_TIME_ACTIVE_SECONDS. 2600 time_unit: second 2601 bugs: 2602 - https://bugzilla.mozilla.org/show_bug.cgi?id=1513969 2603 data_reviews: 2604 - https://bugzilla.mozilla.org/show_bug.cgi?id=1513969 2605 notification_emails: 2606 - dev-developer-tools@lists.mozilla.org 2607 - mbalfanz@mozilla.com 2608 expires: never 2609 telemetry_mirror: DEVTOOLS_GRID_HIGHLIGHTER_TIME_ACTIVE_SECONDS 2610 2611 toolbox_time_active: 2612 type: timing_distribution 2613 description: > 2614 How long has the toolbox been active (seconds) 2615 2616 This metric was generated to correspond to the Legacy Telemetry 2617 exponential histogram DEVTOOLS_TOOLBOX_TIME_ACTIVE_SECONDS. 2618 time_unit: second 2619 bugs: 2620 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2621 data_reviews: 2622 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2623 notification_emails: 2624 - dev-developer-tools@lists.mozilla.org 2625 - jryans@mozilla.com 2626 expires: never 2627 telemetry_mirror: DEVTOOLS_TOOLBOX_TIME_ACTIVE_SECONDS 2628 2629 options_time_active: 2630 type: timing_distribution 2631 description: > 2632 How long has the options panel been active (seconds) 2633 2634 This metric was generated to correspond to the Legacy Telemetry 2635 exponential histogram DEVTOOLS_OPTIONS_TIME_ACTIVE_SECONDS. 2636 time_unit: second 2637 bugs: 2638 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2639 data_reviews: 2640 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2641 notification_emails: 2642 - dev-developer-tools@lists.mozilla.org 2643 - jryans@mozilla.com 2644 expires: never 2645 telemetry_mirror: DEVTOOLS_OPTIONS_TIME_ACTIVE_SECONDS 2646 2647 webconsole_time_active: 2648 type: timing_distribution 2649 description: > 2650 How long has the web console been active (seconds) 2651 2652 This metric was generated to correspond to the Legacy Telemetry 2653 exponential histogram DEVTOOLS_WEBCONSOLE_TIME_ACTIVE_SECONDS. 2654 time_unit: second 2655 bugs: 2656 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2657 data_reviews: 2658 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2659 notification_emails: 2660 - dev-developer-tools@lists.mozilla.org 2661 - jryans@mozilla.com 2662 expires: never 2663 telemetry_mirror: DEVTOOLS_WEBCONSOLE_TIME_ACTIVE_SECONDS 2664 2665 browserconsole_time_active: 2666 type: timing_distribution 2667 description: > 2668 How long has the browser console been active (seconds) 2669 2670 This metric was generated to correspond to the Legacy Telemetry 2671 exponential histogram DEVTOOLS_BROWSERCONSOLE_TIME_ACTIVE_SECONDS. 2672 time_unit: second 2673 bugs: 2674 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2675 data_reviews: 2676 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2677 notification_emails: 2678 - dev-developer-tools@lists.mozilla.org 2679 - jryans@mozilla.com 2680 expires: never 2681 telemetry_mirror: DEVTOOLS_BROWSERCONSOLE_TIME_ACTIVE_SECONDS 2682 2683 inspector_time_active: 2684 type: timing_distribution 2685 description: > 2686 How long has the inspector been active (seconds) 2687 2688 This metric was generated to correspond to the Legacy Telemetry 2689 exponential histogram DEVTOOLS_INSPECTOR_TIME_ACTIVE_SECONDS. 2690 time_unit: second 2691 bugs: 2692 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2693 data_reviews: 2694 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2695 notification_emails: 2696 - dev-developer-tools@lists.mozilla.org 2697 - jryans@mozilla.com 2698 expires: never 2699 telemetry_mirror: DEVTOOLS_INSPECTOR_TIME_ACTIVE_SECONDS 2700 2701 ruleview_time_active: 2702 type: timing_distribution 2703 description: > 2704 How long has the rule view been active (seconds) 2705 2706 This metric was generated to correspond to the Legacy Telemetry 2707 exponential histogram DEVTOOLS_RULEVIEW_TIME_ACTIVE_SECONDS. 2708 time_unit: second 2709 bugs: 2710 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2711 data_reviews: 2712 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2713 notification_emails: 2714 - dev-developer-tools@lists.mozilla.org 2715 - jryans@mozilla.com 2716 expires: never 2717 telemetry_mirror: DEVTOOLS_RULEVIEW_TIME_ACTIVE_SECONDS 2718 2719 changesview_time_active: 2720 type: timing_distribution 2721 description: > 2722 How long has the Changes panel been active (seconds) 2723 2724 This metric was generated to correspond to the Legacy Telemetry 2725 exponential histogram DEVTOOLS_CHANGESVIEW_TIME_ACTIVE_SECONDS. 2726 time_unit: second 2727 bugs: 2728 - https://bugzilla.mozilla.org/show_bug.cgi?id=1509890 2729 data_reviews: 2730 - https://bugzilla.mozilla.org/show_bug.cgi?id=1509890 2731 notification_emails: 2732 - dev-developer-tools@lists.mozilla.org 2733 - mbalfanz@mozilla.com 2734 expires: never 2735 telemetry_mirror: DEVTOOLS_CHANGESVIEW_TIME_ACTIVE_SECONDS 2736 2737 computedview_time_active: 2738 type: timing_distribution 2739 description: > 2740 How long has the computed view been active (seconds) 2741 2742 This metric was generated to correspond to the Legacy Telemetry 2743 exponential histogram DEVTOOLS_COMPUTEDVIEW_TIME_ACTIVE_SECONDS. 2744 time_unit: second 2745 bugs: 2746 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2747 data_reviews: 2748 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2749 notification_emails: 2750 - dev-developer-tools@lists.mozilla.org 2751 - jryans@mozilla.com 2752 expires: never 2753 telemetry_mirror: DEVTOOLS_COMPUTEDVIEW_TIME_ACTIVE_SECONDS 2754 2755 layoutview_time_active: 2756 type: timing_distribution 2757 description: > 2758 How long has the layout view been active (seconds) 2759 2760 This metric was generated to correspond to the Legacy Telemetry 2761 exponential histogram DEVTOOLS_LAYOUTVIEW_TIME_ACTIVE_SECONDS. 2762 time_unit: second 2763 bugs: 2764 - https://bugzilla.mozilla.org/show_bug.cgi?id=1347552 2765 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2766 data_reviews: 2767 - https://bugzilla.mozilla.org/show_bug.cgi?id=1347552 2768 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2769 notification_emails: 2770 - dev-developer-tools@lists.mozilla.org 2771 - jryans@mozilla.com 2772 expires: never 2773 telemetry_mirror: DEVTOOLS_LAYOUTVIEW_TIME_ACTIVE_SECONDS 2774 2775 fontinspector_time_active: 2776 type: timing_distribution 2777 description: > 2778 How long has the font inspector been active (seconds) 2779 2780 This metric was generated to correspond to the Legacy Telemetry 2781 exponential histogram DEVTOOLS_FONTINSPECTOR_TIME_ACTIVE_SECONDS. 2782 time_unit: second 2783 bugs: 2784 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2785 data_reviews: 2786 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2787 notification_emails: 2788 - dev-developer-tools@lists.mozilla.org 2789 - jryans@mozilla.com 2790 expires: never 2791 telemetry_mirror: DEVTOOLS_FONTINSPECTOR_TIME_ACTIVE_SECONDS 2792 2793 animationinspector_time_active: 2794 type: timing_distribution 2795 description: > 2796 How long has the animation inspector been active (seconds) 2797 2798 This metric was generated to correspond to the Legacy Telemetry 2799 exponential histogram DEVTOOLS_ANIMATIONINSPECTOR_TIME_ACTIVE_SECONDS. 2800 time_unit: second 2801 bugs: 2802 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2803 data_reviews: 2804 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2805 notification_emails: 2806 - dev-developer-tools@lists.mozilla.org 2807 - jryans@mozilla.com 2808 expires: never 2809 telemetry_mirror: DEVTOOLS_ANIMATIONINSPECTOR_TIME_ACTIVE_SECONDS 2810 2811 jsdebugger_time_active: 2812 type: timing_distribution 2813 description: > 2814 How long has the JS debugger been active (seconds) 2815 2816 This metric was generated to correspond to the Legacy Telemetry 2817 exponential histogram DEVTOOLS_JSDEBUGGER_TIME_ACTIVE_SECONDS. 2818 time_unit: second 2819 bugs: 2820 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2821 data_reviews: 2822 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2823 notification_emails: 2824 - dev-developer-tools@lists.mozilla.org 2825 - jryans@mozilla.com 2826 expires: never 2827 telemetry_mirror: DEVTOOLS_JSDEBUGGER_TIME_ACTIVE_SECONDS 2828 2829 jsbrowserdebugger_time_active: 2830 type: timing_distribution 2831 description: > 2832 How long has the JS browser debugger been active (seconds) 2833 2834 This metric was generated to correspond to the Legacy Telemetry 2835 exponential histogram DEVTOOLS_JSBROWSERDEBUGGER_TIME_ACTIVE_SECONDS. 2836 time_unit: second 2837 bugs: 2838 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2839 data_reviews: 2840 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2841 notification_emails: 2842 - dev-developer-tools@lists.mozilla.org 2843 - jryans@mozilla.com 2844 expires: never 2845 telemetry_mirror: DEVTOOLS_JSBROWSERDEBUGGER_TIME_ACTIVE_SECONDS 2846 2847 styleeditor_time_active: 2848 type: timing_distribution 2849 description: > 2850 How long has the style editor been active (seconds) 2851 2852 This metric was generated to correspond to the Legacy Telemetry 2853 exponential histogram DEVTOOLS_STYLEEDITOR_TIME_ACTIVE_SECONDS. 2854 time_unit: second 2855 bugs: 2856 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2857 data_reviews: 2858 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2859 notification_emails: 2860 - dev-developer-tools@lists.mozilla.org 2861 - jryans@mozilla.com 2862 expires: never 2863 telemetry_mirror: DEVTOOLS_STYLEEDITOR_TIME_ACTIVE_SECONDS 2864 2865 jsprofiler_time_active: 2866 type: timing_distribution 2867 description: > 2868 How long has the JS profiler been active (seconds) 2869 2870 This metric was generated to correspond to the Legacy Telemetry 2871 exponential histogram DEVTOOLS_JSPROFILER_TIME_ACTIVE_SECONDS. 2872 time_unit: second 2873 bugs: 2874 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2875 data_reviews: 2876 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2877 notification_emails: 2878 - dev-developer-tools@lists.mozilla.org 2879 - jryans@mozilla.com 2880 expires: never 2881 telemetry_mirror: DEVTOOLS_JSPROFILER_TIME_ACTIVE_SECONDS 2882 2883 memory_time_active: 2884 type: timing_distribution 2885 description: > 2886 How long has the Memory Tool been active (seconds) 2887 2888 This metric was generated to correspond to the Legacy Telemetry 2889 exponential histogram DEVTOOLS_MEMORY_TIME_ACTIVE_SECONDS. 2890 time_unit: second 2891 bugs: 2892 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2893 data_reviews: 2894 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2895 notification_emails: 2896 - dev-developer-tools@lists.mozilla.org 2897 - jryans@mozilla.com 2898 expires: never 2899 telemetry_mirror: DEVTOOLS_MEMORY_TIME_ACTIVE_SECONDS 2900 2901 netmonitor_time_active: 2902 type: timing_distribution 2903 description: > 2904 How long has the network monitor been active (seconds) 2905 2906 This metric was generated to correspond to the Legacy Telemetry 2907 exponential histogram DEVTOOLS_NETMONITOR_TIME_ACTIVE_SECONDS. 2908 time_unit: second 2909 bugs: 2910 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2911 data_reviews: 2912 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2913 notification_emails: 2914 - dev-developer-tools@lists.mozilla.org 2915 - jryans@mozilla.com 2916 expires: never 2917 telemetry_mirror: DEVTOOLS_NETMONITOR_TIME_ACTIVE_SECONDS 2918 2919 storage_time_active: 2920 type: timing_distribution 2921 description: > 2922 How long has the storage inspector been active (seconds) 2923 2924 This metric was generated to correspond to the Legacy Telemetry 2925 exponential histogram DEVTOOLS_STORAGE_TIME_ACTIVE_SECONDS. 2926 time_unit: second 2927 bugs: 2928 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2929 data_reviews: 2930 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2931 notification_emails: 2932 - dev-developer-tools@lists.mozilla.org 2933 - jryans@mozilla.com 2934 expires: never 2935 telemetry_mirror: DEVTOOLS_STORAGE_TIME_ACTIVE_SECONDS 2936 2937 dom_time_active: 2938 type: timing_distribution 2939 description: > 2940 How long has the DOM inspector been active (seconds) 2941 2942 This metric was generated to correspond to the Legacy Telemetry 2943 exponential histogram DEVTOOLS_DOM_TIME_ACTIVE_SECONDS. 2944 time_unit: second 2945 bugs: 2946 - https://bugzilla.mozilla.org/show_bug.cgi?id=1343501 2947 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2948 data_reviews: 2949 - https://bugzilla.mozilla.org/show_bug.cgi?id=1343501 2950 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2951 notification_emails: 2952 - dev-developer-tools@lists.mozilla.org 2953 - jryans@mozilla.com 2954 expires: never 2955 telemetry_mirror: DEVTOOLS_DOM_TIME_ACTIVE_SECONDS 2956 2957 responsive_time_active: 2958 type: timing_distribution 2959 description: > 2960 How long has the responsive view been active (seconds) 2961 2962 This metric was generated to correspond to the Legacy Telemetry 2963 exponential histogram DEVTOOLS_RESPONSIVE_TIME_ACTIVE_SECONDS. 2964 time_unit: second 2965 bugs: 2966 - https://bugzilla.mozilla.org/show_bug.cgi?id=1242057 2967 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2968 data_reviews: 2969 - https://bugzilla.mozilla.org/show_bug.cgi?id=1242057 2970 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2971 notification_emails: 2972 - dev-developer-tools@lists.mozilla.org 2973 - jryans@mozilla.com 2974 expires: never 2975 telemetry_mirror: DEVTOOLS_RESPONSIVE_TIME_ACTIVE_SECONDS 2976 2977 aboutdebugging_time_active: 2978 type: timing_distribution 2979 description: > 2980 How long has about:debugging been active? (seconds) (bug 1204601) 2981 2982 This metric was generated to correspond to the Legacy Telemetry 2983 exponential histogram DEVTOOLS_ABOUTDEBUGGING_TIME_ACTIVE_SECONDS. 2984 time_unit: second 2985 bugs: 2986 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2987 data_reviews: 2988 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 2989 notification_emails: 2990 - dev-developer-tools@lists.mozilla.org 2991 - jryans@mozilla.com 2992 expires: never 2993 telemetry_mirror: DEVTOOLS_ABOUTDEBUGGING_TIME_ACTIVE_SECONDS 2994 2995 compatibilityview_time_active: 2996 type: timing_distribution 2997 description: > 2998 How long has the compatibility view been active (seconds) 2999 3000 This metric was generated to correspond to the Legacy Telemetry 3001 exponential histogram DEVTOOLS_COMPATIBILITYVIEW_TIME_ACTIVE_SECONDS. 3002 time_unit: second 3003 bugs: 3004 - https://bugzilla.mozilla.org/show_bug.cgi?id=1639454 3005 data_reviews: 3006 - https://bugzilla.mozilla.org/show_bug.cgi?id=1639454 3007 notification_emails: 3008 - dev-developer-tools@lists.mozilla.org 3009 expires: never 3010 telemetry_mirror: DEVTOOLS_COMPATIBILITYVIEW_TIME_ACTIVE_SECONDS 3011 3012 custom_time_active: 3013 type: timing_distribution 3014 description: > 3015 How long has a custom developer tool been active (seconds) 3016 3017 This metric was generated to correspond to the Legacy Telemetry 3018 exponential histogram DEVTOOLS_CUSTOM_TIME_ACTIVE_SECONDS. 3019 time_unit: second 3020 bugs: 3021 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 3022 data_reviews: 3023 - https://bugzilla.mozilla.org/show_bug.cgi?id=1446496 3024 notification_emails: 3025 - dev-developer-tools@lists.mozilla.org 3026 - jryans@mozilla.com 3027 expires: never 3028 telemetry_mirror: DEVTOOLS_CUSTOM_TIME_ACTIVE_SECONDS 3029 3030 entry_point: 3031 type: labeled_counter 3032 description: > 3033 Records how the user is triggering Developer Tools startup. 3034 3035 This metric was generated to correspond to the Legacy Telemetry 3036 categorical histogram DEVTOOLS_ENTRY_POINT. 3037 labels: 3038 - KeyShortcut 3039 - SystemMenu 3040 - HamburgerMenu 3041 - ContextMenu 3042 - CommandLine 3043 - SessionRestore 3044 - SlowScript 3045 bugs: 3046 - https://bugzilla.mozilla.org/show_bug.cgi?id=1378863 3047 data_reviews: 3048 - https://bugzilla.mozilla.org/show_bug.cgi?id=1378863 3049 notification_emails: 3050 - dev-developer-tools@lists.mozilla.org 3051 - apoirot@mozilla.com 3052 expires: never 3053 telemetry_mirror: h#DEVTOOLS_ENTRY_POINT