Method: NewRelic::Agent::Transaction#send_transaction_finished_event

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

#send_transaction_finished_eventObject

This event is fired when the transaction is fully completed. The metric values and sampler can’t be successfully modified from this event.

[View source]

669
670
671
# File 'lib/new_relic/agent/transaction.rb', line 669

def send_transaction_finished_event
  agent.events.notify(:transaction_finished, payload)
end