From 97f56645e23953318de69e3f619df61e052d46c4 Mon Sep 17 00:00:00 2001 From: Michael Anthony Knyszek Date: Wed, 24 May 2023 18:41:32 +0000 Subject: [PATCH] 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 --- doc/go1.21.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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

-- 2.48.1