Method: Atatus::Transaction#start

Defined in:
lib/atatus/transaction.rb

#start(clock_start = Util.monotonic_micros) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

life cycle



121
122
123
124
125
# File 'lib/atatus/transaction.rb', line 121

def start(clock_start = Util.monotonic_micros)
  @timestamp = Util.micros
  @clock_start = clock_start
  self
end