You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/context/access_log.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ var signedUserNameStringPointerKey interface{} = "signedUserNameStringPointerKey
30
30
constkeyOfRequestIDInTemplate=".RequestID"
31
31
32
32
// According to:
33
-
// TraceId: A valid trace identifier is a 16-byte array with at least one non-zero byte. So it's 128bit, while it's hex string is 32bytes (256-bit is not true for OpenTracing/OpenTelemetry)
33
+
// TraceId: A valid trace identifier is a 16-byte array with at least one non-zero byte
34
34
// MD5 output is 16 or 32 bytes: md5-bytes is 16, md5-hex is 32
35
35
// SHA1: similar, SHA1-bytes is 20, SHA1-hex is 40.
36
36
// UUID is 128-bit, 32 hex chars, 36 ASCII chars with 4 dashes
0 commit comments