]> Cypherpunks repositories - gostls13.git/commitdiff
doc/next: release note for scheduler metrics
authorMichael Anthony Knyszek <mknyszek@google.com>
Mon, 1 Dec 2025 18:22:04 +0000 (18:22 +0000)
committerMichael Knyszek <mknyszek@google.com>
Tue, 2 Dec 2025 22:44:07 +0000 (14:44 -0800)
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>

doc/next/6-stdlib/99-minor/runtime/metrics/15490.md [new file with mode: 0644]

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 (file)
index 0000000..5061505
--- /dev/null
@@ -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`.