Verified Commit ee6eb8ba authored by Matias Alvarez's avatar Matias Alvarez Committed by GitLab
Browse files

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

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

See merge request !336

Merged-by: default avatarMatias Alvarez <malvarez@gitlab.com>
Approved-by: default avatarMatias Alvarez <malvarez@gitlab.com>
Co-authored-by: default avatarservice-platforms-labkit <service-platforms-labkit@gitlab.com>
parents 53cb20db a61ac0cb
Loading
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],