Method: NewRelic::Agent::Transaction#send_transaction_finished_event
- Defined in:
- lib/new_relic/agent/transaction.rb
permalink #send_transaction_finished_event ⇒ Object
This event is fired when the transaction is fully completed. The metric values and sampler can’t be successfully modified from this event.
669 670 671 |
# File 'lib/new_relic/agent/transaction.rb', line 669 def send_transaction_finished_event agent.events.notify(:transaction_finished, payload) end |