View Source GoogleApi.Monitoring.V3.Model.CollectdValue (google_api_monitoring v0.55.0)

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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.