View Source GoogleApi.CloudTrace.V2.Model.TimeEvents (google_api_cloud_trace v0.23.2)

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 of TimeEvents.

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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.