class Moped::Node

Public Instance Methods

logging_with_instrument(operations, &block) click to toggle source
# File lib/patches/instrument.rb, line 40
def logging_with_instrument(operations, &block)
  instrument(TOPIC, prefix: "  MOPED: #{resolved_address}", ops: operations) do
    logging_without_instrument(operations, &block)
  end
end