Verified Commit 9152ea72 authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬 Committed by GitLab
Browse files

Merge branch 'labkit-spec/update-fields' into 'master'

feat: update field constants (labkit-spec v1.0)

See merge request !260

Merged-by: Bob Van Landuyt's avatarBob Van Landuyt <bob@gitlab.com>
Approved-by: Bob Van Landuyt's avatarBob Van Landuyt <bob@gitlab.com>
Co-authored-by: Elliot Forbes's avatarElliot Forbes <eforbes@gitlab.com>
parents 88672a66 8933a601
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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
@@ -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
@@ -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").