Re: [go-nuts] run queue length

2019-12-06 Thread Ian Lance Taylor
On Fri, Dec 6, 2019 at 11:29 AM Hochhaus, Andy 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 > que

[go-nuts] run queue length

2019-12-06 Thread Hochhaus, Andy
Hello, 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? -Andy -- You