Class: Google::Cloud::Trace::V2::Span::TimeEvents
- Inherits:
-
Object
- Object
- Google::Cloud::Trace::V2::Span::TimeEvents
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudtrace/v2/trace.rb
Overview
A collection of TimeEvent
s. A TimeEvent
is a time-stamped annotation
on the span, consisting of either user-supplied key:value pairs, or
details of a message sent/received between Spans.
Instance Attribute Summary collapse
-
#dropped_annotations_count ⇒ ::Integer
The number of dropped annotations in all the included time events.
-
#dropped_message_events_count ⇒ ::Integer
The number of dropped message events in all the included time events.
-
#time_event ⇒ ::Array<::Google::Cloud::Trace::V2::Span::TimeEvent>
A collection of
TimeEvent
s.
Instance Attribute Details
#dropped_annotations_count ⇒ ::Integer
Returns The number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped.
214 215 216 217 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 214 class TimeEvents include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#dropped_message_events_count ⇒ ::Integer
Returns The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped.
214 215 216 217 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 214 class TimeEvents include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_event ⇒ ::Array<::Google::Cloud::Trace::V2::Span::TimeEvent>
Returns A collection of TimeEvent
s.
214 215 216 217 |
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 214 class TimeEvents include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |