View Source GoogleApi.CloudTrace.V2.Model.TimeEvents (google_api_cloud_trace v0.24.0)
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.
Attributes
-
droppedAnnotationsCount(type:integer(), default:nil) - The number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped. -
droppedMessageEventsCount(type:integer(), default:nil) - The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped. -
timeEvent(type:list(GoogleApi.CloudTrace.V2.Model.TimeEvent.t), default:nil) - A collection ofTimeEvents.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudTrace.V2.Model.TimeEvents{ droppedAnnotationsCount: integer() | nil, droppedMessageEventsCount: integer() | nil, timeEvent: [GoogleApi.CloudTrace.V2.Model.TimeEvent.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.