For load shedding and monitoring/troubleshooting it's useful to understand how many goroutines are in which state: In particular, I am interested in the states: running, runnable, non-go (syscall/cgo), and blocked. Right now, the only available metric is /sched/goroutines:goroutines, would it be possible to break that down by state?
For load shedding and monitoring/troubleshooting it's useful to understand how many goroutines are in which state: In particular, I am interested in the states: running, runnable, non-go (syscall/cgo), and blocked. Right now, the only available metric is /sched/goroutines:goroutines, would it be possible to break that down by state?