aboutsummaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime')
-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 361e68f0b3..1e87b0a80e 100644
--- a/src/runtime/metrics/doc.go
+++ b/src/runtime/metrics/doc.go
@@ -302,6 +302,11 @@ Below is the full list of supported metrics, ordered lexicographically.
package due to a non-default GODEBUG=gotestjsonbuildtext=...
setting.
+ /godebug/non-default-behavior/htmlmetacontenturlescape:events
+ The number of non-default behaviors executed by
+ the html/template package due to a non-default
+ GODEBUG=htmlmetacontenturlescape=... 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.