google_api_monitoring v0.2.0 GoogleApi.Monitoring.V3.Model.CreateCollectdTimeSeriesRequest View Source
The CreateCollectdTimeSeries request.
Attributes
- collectdPayloads ([CollectdPayload]): 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. Defaults to:
null
. - collectdVersion (String.t): The version of collectd that collected the data. Example: "5.3.0-192.el6". Defaults to:
null
. - resource (MonitoredResource): The monitored resource associated with the time series. 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() :: %GoogleApi.Monitoring.V3.Model.CreateCollectdTimeSeriesRequest{ collectdPayloads: [GoogleApi.Monitoring.V3.Model.CollectdPayload.t()], collectdVersion: any(), resource: GoogleApi.Monitoring.V3.Model.MonitoredResource.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.