# File lib/cabin/metrics/meter.rb, line 19 def mark @lock.synchronize do @value += 1 # TODO(sissel): Keep some moving averages? end emit end