microsoft / microsoft/terminal
conhost: evaluate continued collection of connected process stats
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
Are we still using the list of connected processes and their VT statistics? If not, we can declutter our lives and remove a potential source of community consternation.
https://github.com/microsoft/terminal/blob/master/src/host/telemetry.cpp#L287
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at src/host/telemetry.cpp around line 287 and trace the connected-process list and its VT statistics through the conhost telemetry code. Check whether those values are still consumed elsewhere. Done means determining their current use and, if unused, removing the collection without leaving telemetry references behind.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- observability-sre
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100