google_api_monitoring v0.5.0 GoogleApi.Monitoring.V3.Model.CollectdValue View Source
A single data point from a collectd-based plugin.
Attributes
- dataSourceName (String.t): The data source for the collectd value. For example there are two data sources for network measurements: "rx" and "tx". Defaults to:
null
. dataSourceType (String.t): The type of measurement. Defaults to:
null
.- Enum - one of [UNSPECIFIED_DATA_SOURCE_TYPE, GAUGE, COUNTER, DERIVE, ABSOLUTE]
- value (TypedValue): The measurement value. Defaults to:
null
.
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: any(),
dataSourceType: any(),
value: GoogleApi.Monitoring.V3.Model.TypedValue.t()
}
t() :: %GoogleApi.Monitoring.V3.Model.CollectdValue{ dataSourceName: any(), dataSourceType: any(), 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.