mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
changes
This commit is contained in:
parent
ed9af50ea1
commit
a9c939218b
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue