Commit 95573353 authored by Sean McGivern's avatar Sean McGivern

Remove an obsolete TODO comment

This was handled in
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/34377, but in a
different way than this comment envisaged.
parent 02d77113
......@@ -25,9 +25,6 @@ module Gitlab
# redis-rb passes an array (e.g. [[:get, key]])
return unless args.length == 1
# TODO: Add information about current Redis client
# being instrumented.
# https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/316.
detail_store << {
cmd: args.first,
duration: duration,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment