All notable changes to this project will be documented in this file.
- Properly unscope Sidekiq class
- Set Redis namespace when needed
0.4.0 - 2019-08-22
- Collect Sidekiq
queue.latency
(#1)
0.3.0 - 2019-07-01
- Document middleware class
- Test for header pattern before calculating
queue_time
- Do not calculate
queue_time
if header is not present
- Use
String =~
instead ofString#match?
due to Ruby 2.3
0.2.0 - 2019-06-28
- Extract timestamp from the header
- Initial implementation of the gem