Loading lib/labkit/fields.rb +3 −3 Original line number Diff line number Diff line Loading @@ -33,9 +33,9 @@ module Labkit # HTTP method (e.g. "GET", "POST"). HTTP_METHOD = "method" # URL of an HTTP request containing only scheme, host, and path (e.g. # "https://example.com/foo"). Query strings and fragments must be omitted to # avoid logging sensitive information. # URL of an HTTP request containing only scheme, host, and path. Query # strings and fragments must be omitted to avoid logging sensitive # information. HTTP_URL = "url" # Duration of any operation in seconds. Not limited to HTTP requests; can be Loading Loading
lib/labkit/fields.rb +3 −3 Original line number Diff line number Diff line Loading @@ -33,9 +33,9 @@ module Labkit # HTTP method (e.g. "GET", "POST"). HTTP_METHOD = "method" # URL of an HTTP request containing only scheme, host, and path (e.g. # "https://example.com/foo"). Query strings and fragments must be omitted to # avoid logging sensitive information. # URL of an HTTP request containing only scheme, host, and path. Query # strings and fragments must be omitted to avoid logging sensitive # information. HTTP_URL = "url" # Duration of any operation in seconds. Not limited to HTTP requests; can be Loading