Method: OpenCensus::Trace::Span#start_time

Defined in:
lib/opencensus/trace/span.rb

#start_timeTime (readonly)

The starting timestamp of this span in UTC.

Returns:

  • (Time)


92
93
94
# File 'lib/opencensus/trace/span.rb', line 92

def start_time
  @start_time
end