Skip to content

Easily add a JSON endpoint to your Rails application that returns useful sidekiq stats

License

Notifications You must be signed in to change notification settings

patterninc/sidekiq-monitor-stats

 
 

Repository files navigation

Sidekiq Monitor Stats

Gem Version Build Status Code Climate

This is a fork of sidekiq-monitor-stats created by harvesthq To see the original repo go to https://github.com/harvesthq/sidekiq-monitor-stats.

This fork has the added functionality of returning the stats in Sidekiq::Stats.new in the json payload. Below is an example of the additional stats that are returned.

"stats": { "processed": 179, "failed": 136, "scheduled_size": 0, "retry_size": 0, "dead_size": 2, "processes_size": 10, "default_queue_latency": 0, "workers_size": 0, "enqueued": 153 }

About

Easily add a JSON endpoint to your Rails application that returns useful sidekiq stats

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%