Method: NewRelic::Agent::NewRelicService#transaction_sample_data
- Defined in:
- lib/new_relic/agent/new_relic_service.rb
permalink #transaction_sample_data(traces) ⇒ Object
[View source]
167 168 169 170 |
# File 'lib/new_relic/agent/new_relic_service.rb', line 167 def transaction_sample_data(traces) invoke_remote(:transaction_sample_data, [@agent_id, traces], :item_count => traces.size) end |