summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2019-07-01 22:15:40 +0200
committerAndrew Newdigate <andrew@gitlab.com>2019-08-22 11:49:27 +0200
commit144c832638722577a1f1d802e580d839b82cc594 (patch)
treefb63765e275e45c33cd33a38a5c0cfa499399602 /Gemfile
parent224db2f8901964a34851018dd93b962a45a3032f (diff)
downloadgitlab-ce-labkit-cache-tracing.tar.gz
Add cache tracing and Redis tracinglabkit-cache-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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index a91399ab3ad..c0e514fe9c4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -284,7 +284,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