mirror of https://github.com/golang/go.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 <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:
parent
295c237b4d
commit
97f56645e2
|
|
@ -697,6 +697,18 @@ Do not send CLs removing the interior tags from such phrases.
|
|||
</dd>
|
||||
</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>
|
||||
<dd>
|
||||
<p><!-- https://go.dev/issue/54768 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue