View Source GoogleApi.Monitoring.V3.Model.CollectdValue (google_api_monitoring v0.61.1)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Monitoring.V3.Model.CollectdValue{ dataSourceName: String.t() | nil, dataSourceType: String.t() | nil, value: GoogleApi.Monitoring.V3.Model.TypedValue.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.