Loading lib/labkit/fields.rb +5 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Code generated by labkit-spec. DO NOT EDIT. # # Source: schema/fields.yaml (version 1.0) # Source: https://gitlab.com/gitlab-org/quality/tooling/labkit-spec/-/blob/main/schema/fields.yaml (version 1.0) module Labkit module Fields Loading 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 @@ -51,7 +51,7 @@ module Labkit TCP_ADDRESS = "tcp_address" # Request URI including path and query string with sensitive parameters # masked (e.g. "?password=[FILTERED]"). # masked (e.g. "?password=FILTERED"). HTTP_URI = "uri" # HTTP Host header of a request (e.g. "api.gitlab.com"). Loading Loading
lib/labkit/fields.rb +5 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Code generated by labkit-spec. DO NOT EDIT. # # Source: schema/fields.yaml (version 1.0) # Source: https://gitlab.com/gitlab-org/quality/tooling/labkit-spec/-/blob/main/schema/fields.yaml (version 1.0) module Labkit module Fields Loading 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 @@ -51,7 +51,7 @@ module Labkit TCP_ADDRESS = "tcp_address" # Request URI including path and query string with sensitive parameters # masked (e.g. "?password=[FILTERED]"). # masked (e.g. "?password=FILTERED"). HTTP_URI = "uri" # HTTP Host header of a request (e.g. "api.gitlab.com"). Loading