On Fri, Dec 6, 2019 at 11:29 AM Hochhaus, Andy <
ahoc...@samegoal.com> wrote:
>
> I would like to export the runtime run queue length (as can be seen using "go tool trace") to our monitoring infrastructure but I am unable to find a way to access it using the runtime package without traces enabled. Is the run queue length accessible from application code?
Not as far as I know. There is some related discussion at