]> Cypherpunks repositories - gostls13.git/commit
runtime/metrics: add metric for current Go-owned thread count
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 24 Jul 2025 21:38:37 +0000 (21:38 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 15 Aug 2025 19:59:55 +0000 (12:59 -0700)
commit78a3968c2c9f2d6e8eb6dc263b4a2517c72d71be
tree72779d9bbc9c6290920a0ce2455170dac27bcf9f
parentab8121a407280bf39bdd401699476feb39ccd0f7
runtime/metrics: add metric for current Go-owned thread count

Fixes #15490.

Change-Id: I6ce9edc46398030ff639e22d4ca4adebccdfe1b7
Reviewed-on: https://go-review.googlesource.com/c/go/+/690399
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/metrics.go
src/runtime/metrics/description.go
src/runtime/metrics/doc.go
src/runtime/metrics_test.go
src/runtime/proc.go
src/runtime/runtime2.go