Instrument Leap quorum activity
Parameters:
The quorum’s name
A proc wrapping the quorum activity to instrument
45 46 47 48 49
# File 'lib/leap/whip.rb', line 45 def quorum(name, &blk) message, result = instrument(true, &blk) Leap.log.quorum message, name result end