Determine the number of developer who build Firefox using VS Code Remote SSH Connection
Categories
(Firefox Build System :: General, task, P3)
Tracking
(firefox90 fixed)
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: andi, Assigned: andi)
References
Details
Attachments
(2 files)
|
2.34 KB,
application/octet-stream
|
mmccorquodale
:
data-review+
|
Details |
|
48 bytes,
text/x-phabricator-request
|
Details | Review |
The VS Code IDE support remote development through a SSH tunnel, we should have telemetry that tells us the number of developers who use this tool.
Comment 1•4 years ago
|
||
We can add two new fields "Is run through VS Code" and "Is using SSH", so we can check how many people are using VS Code (or at least how many people are using its shell), how many people are developing remotely over SSH, and how many are using both.
Updated•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Comment on attachment 9217358 [details]
data-review
Load balancing to Megan
Comment 4•4 years ago
|
||
Comment on attachment 9217358 [details]
data-review
-
Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, this is documented in the metrics.md file. -
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, users can opt out of telemetry collection. -
If the request is for permanent data collection, is there someone who will monitor the data over time?
No, but the team will monitor. -
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 1, Technical Data. -
Is the data collection request for default-on or default-off?
Default on. -
Does the instrumentation include the addition of any new identifiers?
No new identifiers. -
Is the data collection covered by the existing Firefox privacy notice?
Yes. -
Does there need to be a check-in in the future to determine whether to renew the data?
No. -
Does the data collection use a third-party collection tool?
No.
data-review +
| Assignee | ||
Comment 5•4 years ago
|
||
Added two fields:
- Collect if the current shell is opened via vscode.
- Connect if it's a remote ssh connection n the current shell.
Updated•4 years ago
|
Comment 7•4 years ago
|
||
| bugherder | ||
Comment 8•4 years ago
|
||
I don't think this will catch my usage of VSCode, but I have a weird setup. I do edit over SSH but my remote target is a Windows machine. Unfortunately, running Mozilla-Build's start-shell.bat over SSH takes several minutes to run, so I usually do my compiles over Windows RDP.
Description
•