Bug 1536502 - Remove references to deleted panels in telemetry;r=janerik

Depends on D24200

Differential Revision: https://phabricator.services.mozilla.com/D24201

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2019-03-20 15:50:30 +00:00
parent 057ed7087e
commit 2e16f5021e
3 changed files with 5 additions and 68 deletions

View file

@ -584,7 +584,7 @@ devtools.main:
extra_keys:
session_id: The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123.
enter:
objects: ["accessibility", "application", "canvasdebugger", "dom", "inspector", "jsdebugger", "memory", "netmonitor", "options", "performance", "scratchpad", "shadereditor", "storage", "styleeditor", "webaudioeditor", "webconsole", "other", "fakeTool4242", "testBlankPanel", "testTool", "testtool1", "testTool1072208", "testtool2"]
objects: ["accessibility", "application", "dom", "inspector", "jsdebugger", "memory", "netmonitor", "options", "performance", "scratchpad", "storage", "styleeditor", "webconsole", "other", "fakeTool4242", "testBlankPanel", "testTool", "testtool1", "testTool1072208", "testtool2"]
bug_numbers: [1441070]
notification_emails: ["dev-developer-tools@lists.mozilla.org", "hkirschner@mozilla.com"]
record_in_processes: ["main"]
@ -611,7 +611,7 @@ devtools.main:
lines: The number of lines contained in the command.
session_id: The start time of the session in milliseconds since epoch (Unix Timestamp) e.g. 1396381378123.
exit:
objects: ["accessibility", "application", "canvasdebugger", "dom", "inspector", "jsdebugger", "memory", "netmonitor", "options", "performance", "scratchpad", "shadereditor", "storage", "styleeditor", "webaudioeditor", "webconsole", "other", "fakeTool4242", "testBlankPanel", "testTool", "testtool1", "testTool1072208", "testtool2"]
objects: ["accessibility", "application", "dom", "inspector", "jsdebugger", "memory", "netmonitor", "options", "performance", "scratchpad", "storage", "styleeditor", "webconsole", "other", "fakeTool4242", "testBlankPanel", "testTool", "testtool1", "testTool1072208", "testtool2"]
bug_numbers: [1455270]
notification_emails: ["dev-developer-tools@lists.mozilla.org", "hkirschner@mozilla.com"]
record_in_processes: ["main"]

View file

@ -8498,7 +8498,7 @@
"high": 60000,
"n_buckets": 100,
"keyed": true,
"description": "Time taken (in ms) to open the first DevTools toolbox. This is keyed by tool ID being opened [inspector, webconsole, jsdebugger, styleeditor, shadereditor, canvasdebugger, performance, memory, netmonitor, storage, webaudioeditor, scratchpad, dom]."
"description": "Time taken (in ms) to open the first DevTools toolbox. This is keyed by tool ID being opened [inspector, webconsole, jsdebugger, styleeditor, performance, memory, netmonitor, storage, scratchpad, dom]."
},
"DEVTOOLS_WARM_TOOLBOX_OPEN_DELAY_MS": {
"record_in_processes": ["main"],
@ -8509,7 +8509,7 @@
"high": 60000,
"n_buckets": 100,
"keyed": true,
"description": "Time taken (in ms) to open all but first DevTools toolbox. This is keyed by tool ID being opened [inspector, webconsole, jsdebugger, styleeditor, shadereditor, canvasdebugger, performance, memory, netmonitor, storage, webaudioeditor, scratchpad, dom]."
"description": "Time taken (in ms) to open all but first DevTools toolbox. This is keyed by tool ID being opened [inspector, webconsole, jsdebugger, styleeditor, performance, memory, netmonitor, storage, scratchpad, dom]."
},
"DEVTOOLS_TOOLBOX_PAGE_RELOAD_DELAY_MS": {
"record_in_processes": ["main"],
@ -8520,7 +8520,7 @@
"high": 120000,
"n_buckets": 100,
"keyed": true,
"description": "Time taken (in ms) to update DevTools panel when reloading a page. This is keyed by tool ID being currently opened [inspector, webconsole, jsdebugger, styleeditor, shadereditor, canvasdebugger, performance, memory, netmonitor, storage, webaudioeditor, scratchpad, dom]."
"description": "Time taken (in ms) to update DevTools panel when reloading a page. This is keyed by tool ID being currently opened [inspector, webconsole, jsdebugger, styleeditor, performance, memory, netmonitor, storage, scratchpad, dom]."
},
"DEVTOOLS_INSPECTOR_NEW_ROOT_TO_RELOAD_DELAY_MS": {
"record_in_processes": ["main"],
@ -9691,33 +9691,6 @@
"description": "Number of times the DevTools Style Editor has been opened.",
"releaseChannelCollection": "opt-out"
},
"DEVTOOLS_SHADEREDITOR_OPENED_COUNT": {
"record_in_processes": ["main", "content"],
"alert_emails": ["dev-developer-tools@lists.mozilla.org"],
"expires_in_version": "never",
"kind": "count",
"bug_numbers": [1247985],
"description": "Number of times the DevTools Shader Editor has been opened.",
"releaseChannelCollection": "opt-out"
},
"DEVTOOLS_WEBAUDIOEDITOR_OPENED_COUNT": {
"record_in_processes": ["main", "content"],
"alert_emails": ["dev-developer-tools@lists.mozilla.org"],
"expires_in_version": "never",
"kind": "count",
"bug_numbers": [1247985],
"description": "Number of times the DevTools Web Audio Editor has been opened.",
"releaseChannelCollection": "opt-out"
},
"DEVTOOLS_CANVASDEBUGGER_OPENED_COUNT": {
"record_in_processes": ["main", "content"],
"alert_emails": ["dev-developer-tools@lists.mozilla.org"],
"expires_in_version": "never",
"kind": "count",
"bug_numbers": [1247985],
"description": "Number of times the DevTools Canvas Debugger has been opened.",
"releaseChannelCollection": "opt-out"
},
"DEVTOOLS_JSPROFILER_OPENED_COUNT": {
"record_in_processes": ["main", "content"],
"alert_emails": ["dev-developer-tools@lists.mozilla.org"],
@ -10091,39 +10064,6 @@
"releaseChannelCollection": "opt-out",
"description": "How long has the style editor been active (seconds)"
},
"DEVTOOLS_SHADEREDITOR_TIME_ACTIVE_SECONDS": {
"record_in_processes": ["main", "content"],
"expires_in_version": "never",
"kind": "exponential",
"high": 10000000,
"n_buckets": 100,
"bug_numbers": [1446496],
"alert_emails": ["dev-developer-tools@lists.mozilla.org", "jryans@mozilla.com"],
"releaseChannelCollection": "opt-out",
"description": "How long has the Shader Editor been active (seconds)"
},
"DEVTOOLS_WEBAUDIOEDITOR_TIME_ACTIVE_SECONDS": {
"record_in_processes": ["main", "content"],
"expires_in_version": "never",
"kind": "exponential",
"high": 10000000,
"n_buckets": 100,
"bug_numbers": [1446496],
"alert_emails": ["dev-developer-tools@lists.mozilla.org", "jryans@mozilla.com"],
"releaseChannelCollection": "opt-out",
"description": "How long has the Web Audio Editor been active (seconds)"
},
"DEVTOOLS_CANVASDEBUGGER_TIME_ACTIVE_SECONDS": {
"record_in_processes": ["main", "content"],
"expires_in_version": "never",
"kind": "exponential",
"high": 10000000,
"n_buckets": 100,
"bug_numbers": [1446496],
"alert_emails": ["dev-developer-tools@lists.mozilla.org", "jryans@mozilla.com"],
"releaseChannelCollection": "opt-out",
"description": "How long has the Canvas Debugger been active (seconds)"
},
"DEVTOOLS_JSPROFILER_TIME_ACTIVE_SECONDS": {
"record_in_processes": ["main", "content"],
"expires_in_version": "never",

View file

@ -1375,7 +1375,6 @@
"DEVTOOLS_ABOUTDEBUGGING_OPENED_COUNT",
"DEVTOOLS_ANIMATIONINSPECTOR_OPENED_COUNT",
"DEVTOOLS_BROWSERCONSOLE_OPENED_COUNT",
"DEVTOOLS_CANVASDEBUGGER_OPENED_COUNT",
"DEVTOOLS_COMPUTEDVIEW_OPENED_COUNT",
"DEVTOOLS_CUSTOM_OPENED_COUNT",
"DEVTOOLS_DOM_OPENED_COUNT",
@ -1406,11 +1405,9 @@
"DEVTOOLS_RULEVIEW_OPENED_COUNT",
"DEVTOOLS_SCRATCHPAD_OPENED_COUNT",
"DEVTOOLS_SCRATCHPAD_WINDOW_OPENED_COUNT",
"DEVTOOLS_SHADEREDITOR_OPENED_COUNT",
"DEVTOOLS_STORAGE_OPENED_COUNT",
"DEVTOOLS_STYLEEDITOR_OPENED_COUNT",
"DEVTOOLS_TOOLBOX_OPENED_COUNT",
"DEVTOOLS_WEBAUDIOEDITOR_OPENED_COUNT",
"DEVTOOLS_WEBCONSOLE_OPENED_COUNT",
"DEVTOOLS_WEBIDE_IMPORT_PROJECT_COUNT",
"DEVTOOLS_WEBIDE_NEW_PROJECT_COUNT",