# File lib/cabin/metrics/meter.rb, line 34
  def to_hash
    return @lock.synchronize do
      { :value => @value }
    end
  end