# File lib/cabin/metrics/counter.rb, line 19
  def incr
    @lock.synchronize { @value += 1 }
    emit
  end