google_api_monitoring v0.19.0 GoogleApi.Monitoring.V3.Model.Point View Source

A single data point in a time series.

Attributes

  • interval (type: GoogleApi.Monitoring.V3.Model.TimeInterval.t, default: nil) - The time interval to which the data point applies. For GAUGE metrics, only the end time of the interval is used. For DELTA metrics, the start and end time should specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. For CUMULATIVE metrics, the start and end time should specify a non-zero interval, with subsequent points specifying the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points.
  • value (type: GoogleApi.Monitoring.V3.Model.TypedValue.t, default: nil) - The value of the data point.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

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.