]> Cypherpunks.ru repositories - gostls13.git/commit
runtime,runtime/metrics: export goroutine count as a metric
authorMichael Anthony Knyszek <mknyszek@google.com>
Fri, 7 Aug 2020 16:37:29 +0000 (16:37 +0000)
committerMichael Knyszek <mknyszek@google.com>
Mon, 26 Oct 2020 21:48:03 +0000 (21:48 +0000)
commit80c6b92ecb911409f57d06793a1213395b75ebe2
tree60b1a1ff9b161a445ebe1d5d6b3fac58a687d302
parentd39a89fd5843f535d634620d27110b320431f584
runtime,runtime/metrics: export goroutine count as a metric

For #37112.

Change-Id: I994dfe848605b95ef6aec24f53869e929247e987
Reviewed-on: https://go-review.googlesource.com/c/go/+/247049
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Michael Knyszek <mknyszek@google.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