module Moped::Instrumentable
Constants
- TOPIC
Public Instance Methods
instrument(name, payload = {}, &block)
click to toggle source
# File lib/patches/instrument.rb, line 30 def instrument(name, payload = {}, &block) instrumenter.instrument(name, payload, &block) end
instrumenter()
click to toggle source
# File lib/patches/instrument.rb, line 26 def instrumenter @instrumenter ||= Moped::Instrumentable::Noop end