Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/peek
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-04 15:08:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-04 15:08:21 +0300
commit63546c0b11e768f1a82dee9507f27bd31a9fc460 (patch)
tree7284dadf385aa01a69c319dfb3566873e434df18 /lib/peek
parentb3ce1ce45218454cc3f8b719d7748f8a467f36a3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/peek')
-rw-r--r--lib/peek/views/redis_detailed.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/peek/views/redis_detailed.rb b/lib/peek/views/redis_detailed.rb
index 79845044d75..d958f9fec9a 100644
--- a/lib/peek/views/redis_detailed.rb
+++ b/lib/peek/views/redis_detailed.rb
@@ -9,6 +9,10 @@ module Peek
'redis'
end
+ def detail_store
+ ::Gitlab::Instrumentation::Redis.detail_store
+ end
+
private
def format_call_details(call)