Trace Chunks: Implement separate store in GitLab code base
Add the capability to distinctly configure a Redis instance to be used for chunk storage.
This will require:
- A new redis-class
Gitlab::Redis::TraceChunks, inheritingGitlab::Redis::Wrapperlike we have forSharedState, - Adding an instrumentation class to
Gitlab::Instrumentation::Redis.
Status 2021-06-09
The implementation has been merged: Gitlab::Redis::TraceChunks is in gitlab-org/gitlab!63403 (merged). Waiting for it to be deployed.
Edited by Jacob Vosmaer