anlsys / libnrm

Node Resource Manager communication library
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Make eventbase understand sensor types, deal with sensors being accumulated values #22

Closed perarnau closed 7 months ago

perarnau commented 2 years ago

If sensors are continuously increasing values, then the events in a period should be merged a bit differently. Check what the current design does to these events in terms of computing the period value, and change it accordingly.

We should use the last value reported in the previous period for the delta ?

perarnau commented 7 months ago

Closing this one. The current thinking (#97) is that we should send batches of events to the daemon, and let the control loop do the analysis it wants.