Skip to content

Latest commit

 

History

History
70 lines (35 loc) · 3.7 KB

CHANGELOG.md

File metadata and controls

70 lines (35 loc) · 3.7 KB

2.0.0 (2023-02-09)

  • feat!: Migrates to ruby 2.7.4 (77fd96c)

BREAKING CHANGES

  • Ruby 2.5 is no longer supported

1.3.1 (2023-02-09)

Bug Fixes

1.3.0 (2020-06-10)

Features

  • performance and style optimizations (b43631e)

1.2.0 (2020-06-10)

Features

  • Add support for the 4 permutations of Elasticache redis endpoints (67f0526)

1.1.0 (2020-05-05)

Bug Fixes

  • do not report a bucket we've already reported && do not report a bucket that has not completed. (9dbd02e)

Features

  • When slowlogs no longer appear following a slowlog event, post a zero for that command. (ed7b094)

1.0.1 (2020-04-29)

Bug Fixes

  • Get the whole redis slowlog, rather than just 10 (bbbfa48)

1.0.0 (2020-04-27)

Bug Fixes

  • correct unit descriptions (a2d7b55)
  • typo in branch names (a4c7698)
  • use SSM_PATH parameter (599ef24)
  • use UTC for Time dependent functions (2f004c9)

Features

  • add documentation (38a7ecf)
  • Configure metric metadata upon startup (55cb30a)
  • enable usage of AWS SSM to supply environment variables (bb92bd3)
  • make the worst case scenario an hour ago, (732dd38)
  • slowlog injection accepts argument for time (95baab4)
  • submit histogram of metrics on a minute-by-minute basis (92431b4)
  • test the program with rspec (eaa4d29)