CollectdPayload class

A collection of data points sent from a collectd-based plugin.

See the collectd documentation for more information.

Constructors

CollectdPayload({String? endTime, Map<String, TypedValue>? metadata, String? plugin, String? pluginInstance, String? startTime, String? type, String? typeInstance, List<CollectdValue>? values})
CollectdPayload.fromJson(Map json_)

Properties

endTime String?
The end time of the interval.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
metadata Map<String, TypedValue>?
The measurement metadata.
getter/setter pair
plugin String?
The name of the plugin.
getter/setter pair
pluginInstance String?
The instance name of the plugin Example: "hdcl".
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The start time of the interval.
getter/setter pair
type String?
The measurement type.
getter/setter pair
typeInstance String?
The measurement type instance.
getter/setter pair
values List<CollectdValue>?
The measured values during this time interval.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited