From 3956e7bb8695ebea0038d529162127fd514ea8f1 Mon Sep 17 00:00:00 2001 From: Andrew Newdigate Date: Fri, 23 Aug 2019 10:11:19 +0000 Subject: 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. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 116c94bdaf8..e5023a6f67d 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3