google_api_monitoring v0.0.1 GoogleApi.Monitoring.V3.Model.CreateCollectdTimeSeriesRequest View Source
The CreateCollectdTimeSeries request.
Attributes
- collectdPayloads (List[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): 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
.