Method: OneApm::TransactionSample::Segment#end_trace

Defined in:
lib/one_apm/transaction/segment.rb

#end_trace(timestamp) ⇒ Object

sets the final timestamp on a segment to indicate the exit point of the segment



28
29
30
# File 'lib/one_apm/transaction/segment.rb', line 28

def end_trace(timestamp)
  @exit_timestamp = timestamp
end