collectdPayloads property

List<CollectdPayload>? collectdPayloads
getter/setter pair

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.

Implementation

core.List<CollectdPayload>? collectdPayloads;