aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2025-12-01 18:22:04 +0000
committerMichael Knyszek <mknyszek@google.com>2025-12-02 14:44:07 -0800
commit2e06fa6b68bf5fff7f2dd1ba55dba6fc1d206ebf (patch)
treea80d8de93b76c32233a1fcb8e03978a614d5ca08 /doc
parent77c795011b090a11f6635417740900aac4b2c34a (diff)
downloadgo-2e06fa6b68bf5fff7f2dd1ba55dba6fc1d206ebf.tar.xz
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>
Diffstat (limited to 'doc')
-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`.