GoogleApi.Monitoring.V3.Model.CollectdValue (google_api_monitoring v0.46.1) 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
Specs
t() :: %GoogleApi.Monitoring.V3.Model.CollectdValue{ dataSourceName: String.t() | nil, dataSourceType: String.t() | nil, value: GoogleApi.Monitoring.V3.Model.TypedValue.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.