module ScoutApm::Instruments::MemcachedInstrumentationPrepend
Public Instance Methods
Source
# File lib/scout_apm/instruments/memcached.rb, line 49 def perform(*args, &block) command = args.first rescue "Unknown" self.class.instrument("Memcached", command) do super(*args, &block) end end
Calls superclass method