google_api_cloud_trace v0.19.0 GoogleApi.CloudTrace.V2.Model.TimeEvents View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudTrace.V2.Model.TimeEvents{
  droppedAnnotationsCount: integer(),
  droppedMessageEventsCount: integer(),
  timeEvent: [GoogleApi.CloudTrace.V2.Model.TimeEvent.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.