A tool to list and diagnose Go processes currently running on your system
-
Updated
Dec 9, 2020 - Go
Add a description, image, and links to the diagnostics topic page so that developers can more easily learn about it.
To associate your repository with the diagnostics topic, visit your repo's landing page and select "manage topics."
Feature Request
Crates
tracing::instrumentMotivation
The
tracing::instrumentproc macro is incredibly useful, and the docs encourage users to use it, as well as set a level. Not all users read documentation, so many use defaults. (Like me)By default, they seem to decorate at all logging levels, which can impact performance for users in unexpected ways.
We met thi