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 <mknyszek@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Pratt <mpratt@google.com>
This commit is contained in:
Michael Anthony Knyszek 2023-05-24 18:41:32 +00:00 committed by Michael Knyszek
parent 295c237b4d
commit 97f56645e2
1 changed files with 12 additions and 0 deletions

View File

@ -697,6 +697,18 @@ Do not send CLs removing the interior tags from such phrases.
</dd> </dd>
</dl><!-- runtime/trace --> </dl><!-- runtime/trace -->
<dl id="runtime/metrics"><dt><a href="/pkg/runtime/metrics/">runtime/metrics</a></dt>
<dd>
<p><!-- https://go.dev/issue/56857 -->
A few previously-internal GC metrics, such as live heap size, are
now available.
<code>GOGC</code> and <code>GOMEMLIMIT</code> are also now
available as metrics.
</p>
</dd>
</dl><!-- runtime/metrics -->
<dl id="slices"><dt><a href="/pkg/slices/">slices</a></dt> <dl id="slices"><dt><a href="/pkg/slices/">slices</a></dt>
<dd> <dd>
<p><!-- https://go.dev/issue/54768 --> <p><!-- https://go.dev/issue/54768 -->