Verified Commit a61ac0cb authored by service-platforms-labkit's avatar service-platforms-labkit Committed by GitLab
Browse files

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

parent 53cb20db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ module Labkit

      MAPPINGS = {
        Fields::CORRELATION_ID => %w[tags.correlation_id],
        Fields::GL_USER_ID => %w[user_id userid extra.user_id extra.current_user_id meta.user_id],
        Fields::GL_USER_ID => %w[user_id userid extra.user_id extra.current_user_id meta.user_id gitlab_user_id],
        Fields::GL_USER_NAME => %w[username extra.user meta.user],
        Fields::ERROR_MESSAGE => %w[error err error.message exception.message graphql_errors],
        Fields::HTTP_STATUS_CODE => %w[status_code extra.status status_text http_status],