Class: Google::Devtools::Cloudtrace::V2::Span::TimeEvents

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/trace/v2/doc/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

Instance Attribute Details

#dropped_annotations_countInteger

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.



176
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 176

class TimeEvents; end

#dropped_message_events_countInteger

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.



176
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 176

class TimeEvents; end

#time_eventArray<Google::Devtools::Cloudtrace::V2::Span::TimeEvent>

Returns A collection of +TimeEvent+s.

Returns:



176
# File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 176

class TimeEvents; end