Verified Commit 92f1a52a authored by Elliot Forbes's avatar Elliot Forbes 2️⃣ Committed by GitLab
Browse files

feat: update field constants from labkit-spec v1.0

parent 19f06c4f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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