Sha256: 3e8b6a77bce4fb74c46c0c1fdd476c6dae5db6c15db0e8c6821c7ef2f12ef8b1
Contents?: true
Size: 814 Bytes
Versions: 5
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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-datadog-0.3.5 | README.md |
sidekiq-datadog-0.3.4 | README.md |
sidekiq-datadog-0.3.3 | README.md |
sidekiq-datadog-0.3.2 | README.md |
sidekiq-datadog-0.3.1 | README.md |