Class TimeEvent (1.4.0)

TimeEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A time-stamped annotation or message event in the Span.

Attributes

NameDescription
time google.protobuf.timestamp_pb2.Timestamp
The timestamp indicating the time the event occurred.
annotation google.cloud.trace_v2.types.Span.TimeEvent.Annotation
Text annotation with a set of attributes.
message_event google.cloud.trace_v2.types.Span.TimeEvent.MessageEvent
An event describing a message sent/received between Spans.

Classes

Annotation

Annotation(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Text annotation with a set of attributes.

MessageEvent

MessageEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An event describing a message sent/received between Spans.