Skip to content

Releases: yabeda-rb/yabeda-activerecord

0.1.2: Histogram buckets config

15 Oct 10:26
v0.1.2
a15bc72

Choose a tag to compare

Added

  • Ability to configure histogram bucket sizes for the query_duration metric. #6 by [@ryan-dyer-sp][]

0.1.1: Fix Rails 7.1 deprecation warning

13 Dec 01:06
v0.1.1
7f64135

Choose a tag to compare

Fixed

  • Fix deprecation warning in Rails 7.1. #4 by [@intrip][]

0.1.0: Initial version with query metrics and connection pool stats

27 May 16:36
v0.1.0
3e0698f

Choose a tag to compare

  • Initial release: query performance metrics and connection pool stats. @Envek