Method: NewRelic::Agent::StatsEngine#to_h

Defined in:
lib/new_relic/agent/stats_engine.rb

#to_hObject

For use by test code only.

[View source]

193
194
195
# File 'lib/new_relic/agent/stats_engine.rb', line 193

def to_h
  with_stats_lock { @stats_hash.to_h }
end