Verified Commit 0500b3e3 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 !329

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 0fcf0185 a9a18efd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ module Labkit
        Fields::SEVERITY => %w[level],
        Fields::LOG_MESSAGE => %w[msg custom_message extra.message fields.message graphql.message reason color_message exception.gitaly],
        Fields::CLASS_NAME => %w[class author_class exception.class extra.class extra.class_name],
        Fields::SERVICE_NAME => %w[service grpc.service_name auth_service type component subcomponent],
        Fields::SERVICE_NAME => %w[service grpc.service_name auth_service component subcomponent],
        Fields::GL_ORGANIZATION_ID => %w[organization_id],
        Fields::GL_PROJECT_PATH => %w[project_path full_path root_pipeline_project_path requested_project_path auth_project_path extra.gl_project_path],
      }.freeze