GoogleApi.Monitoring.V3.Model.CreateCollectdTimeSeriesRequest (google_api_monitoring v0.43.0) View Source
The CreateCollectdTimeSeries request.
Attributes
-
collectdPayloads
(type:list(GoogleApi.Monitoring.V3.Model.CollectdPayload.t)
, default:nil
) - The collectd payloads representing the time series data. You must not include more than a single point for each time series, so no two payloads can have the same values for all of the fields plugin, plugin_instance, type, and type_instance. -
collectdVersion
(type:String.t
, default:nil
) - The version of collectd that collected the data. Example: "5.3.0-192.el6". -
resource
(type:GoogleApi.Monitoring.V3.Model.MonitoredResource.t
, default:nil
) - The monitored resource associated with the time series.
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.CreateCollectdTimeSeriesRequest{ collectdPayloads: [GoogleApi.Monitoring.V3.Model.CollectdPayload.t()], collectdVersion: String.t(), resource: GoogleApi.Monitoring.V3.Model.MonitoredResource.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.