You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to be able to Batch incoming Gauge data and then on a interval compute the sum and set it as the correct aggregate for that given resolution period.
The text was updated successfully, but these errors were encountered:
It looks like he took an average gauge value approach 🤔
I think that's half of the equation looks like they always keep values and keep averages going... I think over a long period of time this will not be the fairest representation of the gauge data for example.
Last AVG was 10 new data coming in is 100 + 100 + 100 it will say the gauge average 88
But the real average during that gauge interval should have been 100.
We still do need the code to average them out, I think we definitely should look at the performance of the fingerprinting implemented in the above implementation.
As a user, I would like to be able to Batch incoming Gauge data and then on a interval compute the sum and set it as the correct aggregate for that given resolution period.
The text was updated successfully, but these errors were encountered: