-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet-counter console output corruption on resize #2934
Comments
Hi @Simonl9l, would you please provide me with a reproduction of the scenario you experienced? In addition, I had a metric that was switching between 8,168 and 0 and the higher order part of the displayed output were overwritten with blanks so there was a clean console, rather than gibberish. |
@mikelle-rogers apologies, its been a tad busy my end, thanks for looking a this. Sorry can't real share a screenshot as info is proprietary. Confirming that per the merge info seems to millstone for dot net 7, or is this going to be released on Nuget anytime soon. |
@Simonl9l the new tools have been released. Will you please uninstall dotnet-counters ( |
@davmason doesn't @dramos020's PR fix this? |
Yes, his PR does fix this issue. Closing. |
Description
If the
dotnet-counters
is launched for a process that has a number of custom metrics the displayed output be longer than the open console.If attempts are then made to expand the length of the console the output is corrupted. with metrics instrument values show bad value till they are updated.
Also when those instruments have varying Measurement version (different metadata Key Value Pairs) the instrument name lines show values that were left from where that point of the screen was written to. These are never cleared making the output unreadable.
If the previous position had a larger value than is being emitted from latest observable data the higher order part of the displayed output are not overwritten with blank resulting gibberish.
Configuration
Regression?
I've not see this work on any version to date.
The text was updated successfully, but these errors were encountered: