diff options
| author | Robert Griesemer <gri@golang.org> | 2024-04-17 18:40:27 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-04-18 14:10:47 +0000 |
| commit | e718aee5f50b06d73ad4e679d0862267147347b0 (patch) | |
| tree | ae1efb2037dd7e27ec53d1c78eac7e86bb9fb8e0 /src/runtime | |
| parent | 9101bf19165ecde1967a0163d2fafa168e40ac6d (diff) | |
| download | go-e718aee5f50b06d73ad4e679d0862267147347b0.tar.xz | |
go/types: track gotypesalias non-default behavior
Fixes #66216.
Change-Id: I04d7389e5712b35db078844ce424e10f5b96156c
Reviewed-on: https://go-review.googlesource.com/c/go/+/579936
Auto-Submit: Robert Griesemer <gri@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Diffstat (limited to 'src/runtime')
| -rw-r--r-- | src/runtime/metrics/doc.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go index deb993241d..fbbeb1a475 100644 --- a/src/runtime/metrics/doc.go +++ b/src/runtime/metrics/doc.go @@ -246,6 +246,10 @@ Below is the full list of supported metrics, ordered lexicographically. The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gocacheverify=... setting. + /godebug/non-default-behavior/gotypesalias:events + The number of non-default behaviors executed by the go/types + package due to a non-default GODEBUG=gotypesalias=... setting. + /godebug/non-default-behavior/http2client:events The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=http2client=... setting. |
