aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics/doc.go
diff options
context:
space:
mode:
authorqmuntal <quimmuntal@gmail.com>2024-03-11 18:16:16 +0100
committerQuim Muntal <quimmuntal@gmail.com>2024-03-13 19:10:34 +0000
commit418e6d559e80e9d53e4a4c94656e8fb4bf72b343 (patch)
treebd76a1f7ab9e3488f0ba64a7021f4787694ce04b /src/runtime/metrics/doc.go
parent381ba9f64cce0e40889d0eec3efef4ca9bb0cf26 (diff)
downloadgo-418e6d559e80e9d53e4a4c94656e8fb4bf72b343.tar.xz
os,internal/godebugs: add missing IncNonDefault calls
Fixes #66215 Change-Id: Id7de15feabe08f66c048dc114c09494813c9febc Reviewed-on: https://go-review.googlesource.com/c/go/+/570695 Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/runtime/metrics/doc.go')
-rw-r--r--src/runtime/metrics/doc.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go
index e1b3387c13..deb993241d 100644
--- a/src/runtime/metrics/doc.go
+++ b/src/runtime/metrics/doc.go
@@ -310,6 +310,14 @@ Below is the full list of supported metrics, ordered lexicographically.
The number of non-default behaviors executed by the crypto/tls
package due to a non-default GODEBUG=tlsunsafeekm=... setting.
+ /godebug/non-default-behavior/winreadlinkvolume:events
+ The number of non-default behaviors executed by the os package
+ due to a non-default GODEBUG=winreadlinkvolume=... setting.
+
+ /godebug/non-default-behavior/winsymlink:events
+ The number of non-default behaviors executed by the os package
+ due to a non-default GODEBUG=winsymlink=... setting.
+
/godebug/non-default-behavior/x509sha1:events
The number of non-default behaviors executed by the crypto/x509
package due to a non-default GODEBUG=x509sha1=... setting.