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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Monitoring.V3.Model.CreateCollectdTimeSeriesRequest{
  collectdPayloads: [GoogleApi.Monitoring.V3.Model.CollectdPayload.t()] | nil,
  collectdVersion: String.t() | nil,
  resource: GoogleApi.Monitoring.V3.Model.MonitoredResource.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.