Method: NewRelic::Agent::TransactionSampler#store_sample
- Defined in:
- lib/new_relic/agent/transaction_sampler.rb
permalink #store_sample(sample) ⇒ Object
62 63 64 65 66 |
# File 'lib/new_relic/agent/transaction_sampler.rb', line 62 def store_sample(sample) @sample_buffers.each do |sample_buffer| sample_buffer.store(sample) end end |