Skip to content

Make GitLab Exporter work with global.redis.queues definition

Stan Hu requested to merge sh-gitlab-exporter-sentinels-sidekiq-redis into master

What does this MR do?

As described in https://docs.gitlab.com/charts/charts/globals.html#multiple-redis-support, admins can configure a Sidekiq-specific Redis instance via redis.global.redis.queues.

This commit updates GitLab Exporter to use that Redis instance if it is specified.

Related issues

#3813 (closed)

Author checklist

For general guidance, please follow our Contributing guide.

Required

For anything in this list which will not be completed, please provide a reason in the MR discussion.

  • Merge Request Title and Description are up to date, accurate, and descriptive.
  • MR targeting the appropriate branch.
  • MR has a green pipeline.
  • Documentation created/updated.
  • Tests added/updated, and test plan for scenarios not covered by automated tests.
  • Equivalent MR/issue for omnibus-gitlab opened.

Reviewers checklist

Edited by Stan Hu

Merge request reports