# File lib/new_relic/agent/instrumentation/excon.rb, line 67
  def install_legacy_excon_instrumentation
    ::NewRelic::Agent.logger.info 'Installing legacy Excon instrumentation'
    require 'new_relic/agent/instrumentation/excon/connection'
    ::Excon::Connection.install_newrelic_instrumentation
  end