Skip to content

Ensure Global Search metrics collected on one node

What does this MR do?

Right now we're trying to add monitoring in gitlab-com/runbooks!2046 (merged) but unfortunately our metrics are being collected randomly on different sidekiq nodes which makes it difficult to plot the data sensibly. This change will ensure it's only running on one node. Since this is a global metric that counts a ZSET in Redis it really doesn't matter which node it runs on but it makes sense to run on the dedicated elasticsearch sidekiq node.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports