From: Michael Anthony Knyszek Date: Wed, 24 May 2023 18:41:32 +0000 (+0000) Subject: doc: add release note for runtime/metrics additions X-Git-Tag: go1.21rc1~268 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=97f56645e23953318de69e3f619df61e052d46c4;p=gostls13.git doc: add release note for runtime/metrics additions For #56857. Change-Id: I03bdba906d271d97ce29874c50d5aba55dc285b1 Reviewed-on: https://go-review.googlesource.com/c/go/+/498075 Run-TryBot: Michael Knyszek Auto-Submit: Michael Knyszek TryBot-Result: Gopher Robot Reviewed-by: Michael Pratt --- diff --git a/doc/go1.21.html b/doc/go1.21.html index ad84fa04a7..4a771bc6f3 100644 --- a/doc/go1.21.html +++ b/doc/go1.21.html @@ -697,6 +697,18 @@ Do not send CLs removing the interior tags from such phrases. +
runtime/metrics
+
+

+ A few previously-internal GC metrics, such as live heap size, are + now available. + + GOGC and GOMEMLIMIT are also now + available as metrics. +

+
+
+
slices