aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics
diff options
context:
space:
mode:
authorRoland Shoemaker <roland@golang.org>2024-05-15 13:46:38 -0700
committerGopher Robot <gobot@golang.org>2024-05-22 22:58:43 +0000
commit56ec5d96bce06b70895ce2816fd59a4e0c4db21c (patch)
tree9ed18374a20eb84f78b90e9ac3ccd9804bdcc214 /src/runtime/metrics
parent375031d8dcec9ae74d2dbc437b201107dba3bb5f (diff)
downloadgo-56ec5d96bce06b70895ce2816fd59a4e0c4db21c.tar.xz
crypto/tls: populate Leaf in X509KeyPair
Fixes #67065 Change-Id: I189e194de8aa94523eb64e1dd294a70cb81cbdf6 Reviewed-on: https://go-review.googlesource.com/c/go/+/585856 Auto-Submit: Roland Shoemaker <roland@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Filippo Valsorda <filippo@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
Diffstat (limited to 'src/runtime/metrics')
-rw-r--r--src/runtime/metrics/doc.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go
index 2dd8ce261c..c89e176986 100644
--- a/src/runtime/metrics/doc.go
+++ b/src/runtime/metrics/doc.go
@@ -326,6 +326,11 @@ Below is the full list of supported metrics, ordered lexicographically.
The number of non-default behaviors executed by the os package
due to a non-default GODEBUG=winsymlink=... setting.
+ /godebug/non-default-behavior/x509keypairleaf:events
+ The number of non-default behaviors executed by the crypto/tls
+ package due to a non-default GODEBUG=x509keypairleaf=...
+ setting.
+
/godebug/non-default-behavior/x509negativeserial:events
The number of non-default behaviors executed by the crypto/x509
package due to a non-default GODEBUG=x509negativeserial=...