Class: Google::Devtools::Cloudtrace::V2::Span::TimeEvents
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Devtools::Cloudtrace::V2::Span::TimeEvents
 
 
- 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
- 
  
    
      #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::Devtools::Cloudtrace::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.
      177  | 
    
      # File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 177 class TimeEvents; 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.
      177  | 
    
      # File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 177 class TimeEvents; end  | 
  
#time_event ⇒ Array<Google::Devtools::Cloudtrace::V2::Span::TimeEvent>
Returns A collection of +TimeEvent+s.
      177  | 
    
      # File 'lib/google/cloud/trace/v2/doc/google/devtools/cloudtrace/v2/trace.rb', line 177 class TimeEvents; end  |