yabeda-rb / yabeda-activerecord

Yabeda plugin to collect query performance metrics and connection pool statistics
MIT License
19 stars 4 forks source link

Rails 5 support #1

Open ananthakumaran opened 2 years ago

ananthakumaran commented 2 years ago

any plans to add support for rails 5?

Envek commented 2 years ago

No, unless there is a request for it :-)

ActiveRecord internals in older Rails versions slightly differs, and some metrics can be hard to get without monkey-patching ActiveRecord with implementation from newer versions.

What exact ActiveRecord version are you using and what metrics interested in?

ananthakumaran commented 2 years ago

We are on 5.2.6 and I am mostly interested in the pool metrics. Since can get the DB latency per route via rails yabeda integration, it's ok to not have query metrics.

No, unless there is a request for it :-)

You can consider this issue as a request :)