1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
This commit is contained in:
Mike Perham 2017-12-20 15:08:10 -08:00
parent ed9af50ea1
commit a9c939218b

View file

@ -4,6 +4,16 @@
Please see [http://sidekiq.org/](http://sidekiq.org/) for more details and how to buy.
3.6.1
---------
- Add support for Datadog::Statsd, it is the recommended Statsd client. [#3699]
```ruby
Sidekiq::Pro.dogstatsd = ->{ Datadog::Statsd.new("metrics.example.com", 8125) }
```
- Size the statsd connection pool based on Sidekiq's concurrency [#3700]
3.6.0
---------