Skip to content

Conversation

@IxDay
Copy link
Contributor

@IxDay IxDay commented Dec 8, 2025

Context

Sidekiq Pro provides built-in metrics capabilities that can be sent to Datadog for monitoring job performance and queue health.

Description

Add dogstatsd-ruby gem dependency and configure Sidekiq Pro to send metrics to Datadog using the recommended Statsd middleware setup.

## Context

Sidekiq Pro provides built-in metrics capabilities that can be sent to
Datadog for monitoring job performance and queue health.

## Description

Add dogstatsd-ruby gem dependency and configure Sidekiq Pro to send
metrics to Datadog using the recommended Statsd middleware setup.
@IxDay IxDay force-pushed the sidekiq-pro-monitoring branch from 5efd77b to dbacde3 Compare December 8, 2025 09:10
source "https://gems.contribsys.com/" do
gem "sidekiq-pro"
end
gem "dogstatsd-ruby"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll have to run bundle install and commit the Gemfile.lock file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants