TimeEvents(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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.
Attributes |
|
---|---|
Name | Description |
time_event |
MutableSequence[google.cloud.trace_v2.types.Span.TimeEvent]
A collection of TimeEvent \ s.
|
dropped_annotations_count |
int
The number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped. |
dropped_message_events_count |
int
The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped. |