andybak / VsServer

1 stars 0 forks source link

Filter and display timestamp data at 1 minute intervals by default #7

Open xeonfusion opened 4 years ago

xeonfusion commented 4 years ago

Chart should filter timestamps, incoming numeric data (which maybe even every 10 seconds) and display only data at 1 minute intervals by default. VSCapture should be setup to capture data at 1 minute intervals, but in case it does so at an interval less than a minute, filter the data.

andybak commented 4 years ago

Shall we filter right at the import stage and discard any data from VSCapture if we already have data from the same device more recently than 60 seconds?

Or should we log all data and filter only for the chart rendering?

It's easier to do the former and it will improve performance as well.