View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleMonitoringV3Point (google_api_discovery_engine v0.27.0)
A single data point in a time series.
Attributes
-
interval
(type:GoogleApi.DiscoveryEngine.V1beta.Model.GoogleMonitoringV3TimeInterval.t
, default:nil
) - The time interval to which the data point applies. ForGAUGE
metrics, the start time is optional, but if it is supplied, it must equal the end time. ForDELTA
metrics, the start and end time should specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. ForCUMULATIVE
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.DiscoveryEngine.V1beta.Model.GoogleMonitoringV3TypedValue.t
, default:nil
) - The value of the data point.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleMonitoringV3Point{ interval: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleMonitoringV3TimeInterval.t() | nil, value: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleMonitoringV3TypedValue.t() | nil }