Class: Takwimu::Instruments::ObjectSpaceCounter
- Inherits:
-
Object
- Object
- Takwimu::Instruments::ObjectSpaceCounter
- Defined in:
- lib/takwimu/instruments/object_space_counter.rb
Instance Method Summary collapse
Instance Method Details
#instrument!(state, counters, gauges, timers) ⇒ Object
27 28 29 30 31 |
# File 'lib/takwimu/instruments/object_space_counter.rb', line 27 def instrument!(state, counters, gauges, timers) ObjectSpace.count_objects.each do |type, count| gauges[:"Objects.#{type}"] = count end end |