Class: Multimeter::Histogram

Inherits:
Object
  • Object
show all
Defined in:
lib/multimeter.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



45
46
47
48
49
50
# File 'lib/multimeter.rb', line 45

def to_h
  {
    :type => :histogram,
    :count => count,
  }.merge(snapshot.to_h)
end