Loading lib/labkit/fields.rb +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ module Labkit # HTTPURL - a string field that captures the URL of an HTTP request # (scheme, host, and path only - query strings should be omitted # to avoid logging sensitive data) for logging purposes. # (e.g. "https://example.com/foo) Query strings and fragments (anchors) # (e.g. "https://example.com/foo") Query strings and fragments (anchors) # must be omitted to avoid logging sensitive information such as tokens # or passwords that may appear in query parameters. HTTP_URL = "url" Loading Loading
lib/labkit/fields.rb +1 −1 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ module Labkit # HTTPURL - a string field that captures the URL of an HTTP request # (scheme, host, and path only - query strings should be omitted # to avoid logging sensitive data) for logging purposes. # (e.g. "https://example.com/foo) Query strings and fragments (anchors) # (e.g. "https://example.com/foo") Query strings and fragments (anchors) # must be omitted to avoid logging sensitive information such as tokens # or passwords that may appear in query parameters. HTTP_URL = "url" Loading