google_api_monitoring v0.0.1 GoogleApi.Monitoring.V3.Model.CollectdValue View Source
A single data point from a collectd-based plugin.
Attributes
- dataSourceName (String): 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): 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
.