Add cache tracing and Redis tracing
This change adds Distributed Tracing support for two new types of events 1. Redis Calls 1. ActiveSupport (Rails) Caching Operations The intention is to help application developers and infrastructure SREs to understand the pressure that caching operations can have on the application when running at scale. The Redis and Caching spans can be viewed in the Jaeger UI by clicking the "Trace" link in the performance bar when running on GDK.
Showing
... | ... | @@ -283,7 +283,7 @@ gem 'sentry-raven', '~> 2.9' |
gem 'premailer-rails', '~> 1.9.7' | ||
# LabKit: Tracing and Correlation | ||
gem 'gitlab-labkit', '~> 0.4.2' | ||
gem 'gitlab-labkit', '~> 0.5' | ||
# I18n | ||
gem 'ruby_parser', '~> 3.8', require: false | ||
... | ... |
Please register or sign in to comment