Loading lib/labkit/fields.rb +1 −1 Original line number Diff line number Diff line Loading @@ -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], Loading Loading
lib/labkit/fields.rb +1 −1 Original line number Diff line number Diff line Loading @@ -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], Loading