Sha256: e40be46f8807f4505a75e0ac4da72991b3b1df5e5c21e506fec495e1170d28f1

Contents?: true

Size: 883 Bytes

Versions: 2

Compression:

Stored size: 883 Bytes

Contents

# ActiveadminSidekiqStats

Get an overview of Sidekiq stats in ActiveAdmin dashboard.
![](https://raw.githubusercontent.com/BilalBudhani/activeadmin_sidekiq_stats/master/dashboard_screenshot.png)

# Motivation
I found myself switch dashboards to keep up with the stats of Sidekiq with other business/application metrics. I was looking for single point of information. 

## Installation

```ruby
gem 'activeadmin_sidekiq_stats'
```

And then execute:

    $ bundle

## Usage

in your `admin/dashboard.rb` inside `content` block add

```ruby
columns do
    column do
        ActiveAdminSidekiqStats::Panel.inject
    end
end
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bilalbudhani/activeadmin_sidekiq_stats.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activeadmin_sidekiq_stats-0.1.1 README.md
activeadmin_sidekiq_stats-0.1.0 README.md