Closed vijayanandnandam closed 5 years ago
Hello,
Want to request instrumentation for collecting ActiveRecord connection pool stats.
Method to get stats is ActiveRecord::Base.connection_pool.stat. Documentation here
ActiveRecord::Base.connection_pool.stat
This has to be collected at worker level in cluster mode and at master level in single process mode.
Sure, we collect this for Discourse. As long as it all responds I am fine to add the stat, send through a PR.
Sent one.
Hello,
Want to request instrumentation for collecting ActiveRecord connection pool stats.
Method to get stats is
ActiveRecord::Base.connection_pool.stat
. Documentation hereThis has to be collected at worker level in cluster mode and at master level in single process mode.