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>
--- /dev/null
+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`.