From a92460fd2f5537bbd91a713ced00731d429563ac Mon Sep 17 00:00:00 2001 From: Cherry Mui Date: Wed, 26 May 2021 12:18:32 -0400 Subject: [PATCH] doc/go1.17: add release notes for runtime/metrics package Updates #44513. Change-Id: I571a791e9c76371be3b3f1a323f1ea8ff485cf0f Reviewed-on: https://go-review.googlesource.com/c/go/+/322857 Trust: Cherry Mui Reviewed-by: Jeremy Faller Reviewed-by: Michael Knyszek --- doc/go1.17.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/go1.17.html b/doc/go1.17.html index 5448b2af97..da50935a61 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -496,6 +496,16 @@ Do not send CLs removing the interior tags from such phrases. +
runtime/metrics
+
+

+ New metrics were added that track total bytes and objects allocated and freed. + A new metric tracking the distribution of goroutine scheduling latencies was + also added. +

+
+
+
strconv

-- 2.50.0