Class: OpenCensus::Trace::TimeEvent

Inherits:
Object
  • Object
show all
Defined in:
lib/opencensus/trace/time_event.rb

Overview

A time-stamped annotation or message event in the Span.

Direct Known Subclasses

Annotation, MessageEvent

Instance Attribute Summary collapse

Instance Attribute Details

#timeTime (readonly)

The time the event occurred.

Returns:

  • (Time)


27
28
29
# File 'lib/opencensus/trace/time_event.rb', line 27

def time
  @time
end