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

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

  • droppedAnnotationsCount (integer()): The number of dropped annotations in all the included time events. If the value is 0, then no annotations were dropped. Defaults to: null.
  • droppedMessageEventsCount (integer()): The number of dropped message events in all the included time events. If the value is 0, then no message events were dropped. Defaults to: null.
  • timeEvent ([TimeEvent]): A collection of `TimeEvent`s. Defaults to: null.

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: any(),
  droppedMessageEventsCount: any(),
  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.