summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2019-08-23 10:11:19 +0000
committerNick Thomas <nick@gitlab.com>2019-08-23 10:11:19 +0000
commit3956e7bb8695ebea0038d529162127fd514ea8f1 (patch)
tree5e4777e71d95a093776b6af0363e011406703a6b /changelogs
parentf7f3b3c3efd58f31ed422808722b0c81a0bf1064 (diff)
downloadgitlab-ce-3956e7bb8695ebea0038d529162127fd514ea8f1.tar.gz
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.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/labkit-cache-tracing.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/labkit-cache-tracing.yml b/changelogs/unreleased/labkit-cache-tracing.yml
new file mode 100644
index 00000000000..7e58e1b88dd
--- /dev/null
+++ b/changelogs/unreleased/labkit-cache-tracing.yml
@@ -0,0 +1,5 @@
+---
+title: Add Redis interceptor tracing
+merge_request: 30238
+author:
+type: other