aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/metrics/doc.go
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2024-08-26 19:37:15 +0200
committerFilippo Valsorda <filippo@golang.org>2024-10-07 15:34:42 +0000
commit63cd5a39e9a0a01aaf174cacdd4a3997f2fd50fd (patch)
tree7d7acf8cee79d8e33a6e750f81bc31cd3f9e18db /src/runtime/metrics/doc.go
parent55b930eb07ab353ade10756dc9a4f7951e93e211 (diff)
downloadgo-63cd5a39e9a0a01aaf174cacdd4a3997f2fd50fd.tar.xz
crypto/rand: add randcrash=0 GODEBUG
For #66821 Change-Id: I525c308d6d6243a2bc805e819dcf40b67e52ade5 Reviewed-on: https://go-review.googlesource.com/c/go/+/608435 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Daniel McCarney <daniel@binaryparadox.net> Reviewed-by: Michael Knyszek <mknyszek@google.com> Reviewed-by: Roland Shoemaker <roland@golang.org>
Diffstat (limited to 'src/runtime/metrics/doc.go')
-rw-r--r--src/runtime/metrics/doc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go
index 906abb4102..3d2cc6159f 100644
--- a/src/runtime/metrics/doc.go
+++ b/src/runtime/metrics/doc.go
@@ -306,6 +306,10 @@ Below is the full list of supported metrics, ordered lexicographically.
The number of non-default behaviors executed by the math/rand
package due to a non-default GODEBUG=randautoseed=... setting.
+ /godebug/non-default-behavior/randcrash:events
+ The number of non-default behaviors executed by the crypto/rand
+ package due to a non-default GODEBUG=randcrash=... setting.
+
/godebug/non-default-behavior/randseednop:events
The number of non-default behaviors executed by the math/rand
package due to a non-default GODEBUG=randseednop=... setting.