lib/new_relic/agent/instrumentation/httpx.rb in newrelic_rpm-9.14.0 vs lib/new_relic/agent/instrumentation/httpx.rb in newrelic_rpm-9.15.0
- old
+ new
@@ -12,13 +12,9 @@
depends_on do
defined?(HTTPX) && Gem::Version.new(HTTPX::VERSION) >= Gem::Version.new('1.0.0')
end
executes do
- NewRelic::Agent.logger.info('Installing httpx instrumentation')
- end
-
- executes do
if use_prepend?
prepend_instrument HTTPX::Session, NewRelic::Agent::Instrumentation::HTTPX::Prepend
else
chain_instrument NewRelic::Agent::Instrumentation::HTTPX::Chain
end