Class NewRelic::Agent::Database::ConnectionManager
In: lib/new_relic/agent/database.rb
Parent: Object

Methods

Included Modules

Singleton

Public Instance methods

Closes all the connections in the internal connection cache

Returns a cached connection for a given ActiveRecord configuration - these are stored or reopened as needed, and if we cannot get one, we ignore it and move on without explaining the sql

[Validate]