google_api_monitoring v0.11.0 GoogleApi.Monitoring.V3.Model.CollectdValue View Source
A single data point from a collectd-based plugin.
Attributes
dataSourceName
(type:String.t
, default:nil
) - The data source for the collectd value. For example there are two data sources for network measurements: "rx" and "tx".dataSourceType
(type:String.t
, default:nil
) - The type of measurement.value
(type:GoogleApi.Monitoring.V3.Model.TypedValue.t
, default:nil
) - The measurement value.
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()
View Source
t() :: %GoogleApi.Monitoring.V3.Model.CollectdValue{
dataSourceName: String.t(),
dataSourceType: String.t(),
value: GoogleApi.Monitoring.V3.Model.TypedValue.t()
}
t() :: %GoogleApi.Monitoring.V3.Model.CollectdValue{ dataSourceName: String.t(), dataSourceType: String.t(), value: GoogleApi.Monitoring.V3.Model.TypedValue.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.