go/doc/next/6-stdlib/99-minor/runtime/metrics/15490.md

7 lines
343 B
Markdown
Raw Normal View History

Several new scheduler metrics have been added, including counts of
goroutines in various states (waiting, runnable, etc.) under the
`/sched/goroutines` prefix, the number of OS threads the runtime is
aware of with `/sched/threads:threads`, and the total number of
goroutines created by the program with
`/sched/goroutines-created:goroutines`.