summaryrefslogtreecommitdiff
path: root/config/initializers/transaction_metrics.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adds metrics to measure database transactionstransaction-metricsAndrew Newdigate2019-06-281-0/+3
Currently we don't have good insight into the affect of Rails transaction blocks on the application. If these blocks are held open for extended periods, they can have detrimental effects on the application. This change will allow us to track these transactions, with the aim of reducing their duration.