# File lib/cabin/metrics/histogram.rb, line 55 def to_hash return @lock.synchronize do { :count => @count, :total => @total, :min => @min, :max => @max, :mean => @mean, } end end