@@ -177,6 +177,7 @@ file. The following is instead a list of configuration parameters that are avail
|:----- |:----------- |
| default | Name of the template that must be used to configure this operator.
| interval | Specifies how often (in milliseconds) the operator will be invoked to perform computations, and thus the sampling interval of its output sensors. Only used for operators in _streaming_ mode.
| queueSize | Maximum number of readings to queue. Default is 1024.
| relaxed | If set to _true_, the units of this operator will be instantiated even if some of the respective input sensors do not exist.
| delay | Delay in milliseconds to be applied to the interval of the operator. This parameter can be used to tune how operator pipelines work, ensuring that the next computation stage is started only after the previous one has finished.
| unitCacheLimit | Defines the maximum size of the unit cache that is used in the on-demand and job modes. Default is 1000.
@@ -315,7 +315,8 @@ All the different plugins share some same general principles in common regarding
* Other entity attributes could be: mqttPart, protocol-version, host address and port.
2. Groups hold all attributes which multiple sensors belonging to it share in common. Common group attributes:
* __interval__ (Time in [ms] between two consecutive sensor reads. Default is 1000[ms] = 1[s])
* __minValues__ (Minimum number of sensor reads the sensors in a group should gather before they are sent together to the database. Useful to reduce MQTT-overhead. Default is 1 (every sensor value is sent on its own))
* __queueSize__ (Maximum number of sensor readings to queue to bridge connectivity issues with the CollectAgent. Default is 1024.
* __minValues__ (Minimum number of sensor reads the sensors in a group should gather before they are sent together to the database. Useful to reduce MQTT-overhead. Default is 1 (every sensor value is sent on its own))
* __mqttPart__ (Part for the [mqtt-topic](#mqttTopic) all sensors in this group should share in common)
* __default__ (One can define the name of a template group (see below) whose values and sensors should be used as default)
3. Sensors hold only those attributes which are necessary to uniquely identify the target sensor. Common base attributes: