Method: OpenCensus::Trace::Span#start_time
- Defined in:
- lib/opencensus/trace/span.rb
#start_time ⇒ Time (readonly)
The starting timestamp of this span in UTC.
92 93 94 |
# File 'lib/opencensus/trace/span.rb', line 92 def start_time @start_time end |