aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/next/6-stdlib/99-minor/runtime/metrics/15490.md6
1 files changed, 6 insertions, 0 deletions
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 0000000000..5061505e1a
--- /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`.