]> Cypherpunks repositories - gostls13.git/commit
runtime/metrics: add metric for total goroutines created
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 23 Jul 2025 18:41:56 +0000 (18:41 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 15 Aug 2025 18:31:04 +0000 (11:31 -0700)
commitab8121a407280bf39bdd401699476feb39ccd0f7
treef7ae1dbfe10d24343219f76104d9631197834bab
parent13df972f6885ebdeba1ea38f0acd99ea0f2bfb49
runtime/metrics: add metric for total goroutines created

For #15490.

Change-Id: Ic587dda1f42d613ea131a6b53ce6ba6e6cadf4c7
Reviewed-on: https://go-review.googlesource.com/c/go/+/690398
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.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