diff --git a/doc/next/6-stdlib/99-minor/runtime/metrics/15490.md b/doc/next/6-stdlib/99-minor/runtime/metrics/15490.md new file mode 100644 index 00000000000..5061505e1a4 --- /dev/null +++ b/doc/next/6-stdlib/99-minor/runtime/metrics/15490.md @@ -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`.