mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
doc/next: release note for scheduler metrics
For #15490. Change-Id: Ic268a7d1d54814e903fc44f5f143008fb5d6dcde Reviewed-on: https://go-review.googlesource.com/c/go/+/725663 TryBot-Bypass: Michael Knyszek <mknyszek@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
77c795011b
commit
2e06fa6b68
1 changed files with 6 additions and 0 deletions
6
doc/next/6-stdlib/99-minor/runtime/metrics/15490.md
Normal file
6
doc/next/6-stdlib/99-minor/runtime/metrics/15490.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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`.
|
||||
Loading…
Add table
Add a link
Reference in a new issue