-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the telemetry for VT sequences (#15494)
This removes the telemetry tracking which counted how many times each VT sequence was executed, and how many times there were "failures". This information isn't needed any more, and we were reaching the limit of how many sequences we could track anyway. Essentially what's been removed is the `TermTelemetry` class, but we are still tracking some statemachine telemetry in the `ParserTracing` class. And since that used the same trace logging provider as `TermTelemetry`, I've now moved that definition into the `tracing.cpp` file. The code still compiles and runs without exploding. Closes #15482
- Loading branch information
Showing
15 changed files
with
16 additions
and
655 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.