Add client_id to context
Client ID will have one of these values: - user/user.id - runner/runner.id - ip/request.ip
Showing
... | ... | @@ -313,7 +313,7 @@ gem 'pg_query', '~> 1.3.0' |
gem 'premailer-rails', '~> 1.10.3' | ||
# LabKit: Tracing and Correlation | ||
gem 'gitlab-labkit', '~> 0.16.0' | ||
gem 'gitlab-labkit', '~> 0.16.1' | ||
# Thrift is a dependency of gitlab-labkit, we want a version higher than 0.14.0 | ||
# because of https://gitlab.com/gitlab-org/gitlab/-/issues/321900 | ||
gem 'thrift', '>= 0.14.0' | ||
... | ... |
Please register or sign in to comment