Skip to content

datarade/active_admin-sidekiq_stats

Repository files navigation

About

This repository contains an Active Admin component to display Sidekiq statistics . It adds a very simple panel that you can for example include in your dashboard page.

Example of the Component

Installation

Add gem 'active_admin-sidekiq_stats' to your Gemfile and execute bundle.

In your Active Admin page add the component through the Arbre builder method active_admin_sidekiq_stats:

ActiveAdmin.register_page 'Dashboard' do
  content title: proc { I18n.t('active_admin.dashboard') } do
    columns do
      column { active_admin_sidekiq_stats }
    end
  end
end

About

Active Admin component to display Sidekiq stats used by Datarade.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published