module Pantomath::Instrumentation::HTTParty::Adapter

Public Instance Methods

perform(&block) click to toggle source
Calls superclass method
# File lib/pantomath/instrumentation/httparty/adapter.rb, line 8
def perform(&block)
  tracer.trace { super }
end

Private Instance Methods

tracer() click to toggle source
# File lib/pantomath/instrumentation/httparty/adapter.rb, line 13
def tracer
  Tracer.new(self)
end