Class: Google::Cloud::Trace::V2::Span::TimeEvents

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudtrace/v2/trace.rb

Overview

A collection of TimeEvents. 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

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.

Returns:

  • (::Integer)

    The number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped.



209
210
211
212
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 209

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.

Returns:

  • (::Integer)

    The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped.



209
210
211
212
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 209

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 TimeEvents.

Returns:



209
210
211
212
# File 'proto_docs/google/devtools/cloudtrace/v2/trace.rb', line 209

class TimeEvents
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end