diff options
Diffstat (limited to 'src/runtime/metrics/doc.go')
| -rw-r--r-- | src/runtime/metrics/doc.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/runtime/metrics/doc.go b/src/runtime/metrics/doc.go index 6b774c36f3..d0ca6f0dcf 100644 --- a/src/runtime/metrics/doc.go +++ b/src/runtime/metrics/doc.go @@ -306,6 +306,11 @@ Below is the full list of supported metrics, ordered lexicographically. The number of non-default behaviors executed by the go/types package due to a non-default GODEBUG=gotypesalias=... 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. |
