Skip to content

Draft: Export metrics for sidekiq-cluster metrics server

Matthias Käppler requested to merge 344629-sidekiq-cluster-metrics into master

What does this MR do and why?

See #344629 (closed)

Based on !73049 (closed)

Now that we moved the metrics server into a separate process running as part of sidekiq-cluster, we want to export metrics about this new Ruby process, too, so as not to leave a gap in observability.

We're starting simple by exporting everything that is collected by RubySampler, which are important for resource utilization, especially memory use.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #344629 (closed)

Edited by Matthias Käppler

Merge request reports