google_api_monitoring v0.39.0 GoogleApi.Monitoring.V3.Model.CollectdPayload View Source
A collection of data points sent from a collectd-based plugin. See the collectd documentation for more information.
Attributes
-
endTime
(type:DateTime.t
, default:nil
) - The end time of the interval. -
metadata
(type:%{optional(String.t) => GoogleApi.Monitoring.V3.Model.TypedValue.t}
, default:nil
) - The measurement metadata. Example: "process_id" -> 12345 -
plugin
(type:String.t
, default:nil
) - The name of the plugin. Example: "disk". -
pluginInstance
(type:String.t
, default:nil
) - The instance name of the plugin Example: "hdcl". -
startTime
(type:DateTime.t
, default:nil
) - The start time of the interval. -
type
(type:String.t
, default:nil
) - The measurement type. Example: "memory". -
typeInstance
(type:String.t
, default:nil
) - The measurement type instance. Example: "used". -
values
(type:list(GoogleApi.Monitoring.V3.Model.CollectdValue.t)
, default:nil
) - The measured values during this time interval. Each value must have a different dataSourceName.
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.CollectdPayload{ endTime: DateTime.t(), metadata: %{ optional(String.t()) => GoogleApi.Monitoring.V3.Model.TypedValue.t() }, plugin: String.t(), pluginInstance: String.t(), startTime: DateTime.t(), type: String.t(), typeInstance: String.t(), values: [GoogleApi.Monitoring.V3.Model.CollectdValue.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.