Sha256: f304003dbad34c8d149312a8761b1ad4b881dba4e70a7d1ecc53aaaad192f281
Contents?: true
Size: 814 Bytes
Versions: 1
Compression:
Stored size: 814 Bytes
Contents
sidekiq-datadog ============= Datadog intrumentation for [Sidekiq](https://github.com/mperham/sidekiq), integrated via server middleware. ## Installation Add this line to your application's Gemfile: gem 'sidekiq-datadog' Or install: $ gem install sidekiq-datadog Configure it in an initializer: Sidekiq.configure_server do |config| config.server_middleware do |chain| chain.add Sidekiq::Middleware::Server::Datadog end end For full configuration options, please see the [Documentation][http://www.rubydoc.info/gems/sidekiq-datadog]. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Make a pull request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-datadog-0.3.0 | README.md |