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
The total count can be calculated as AVERAGE * number of samples. For
example, for one-day data granularity, the total count of one day is
AVERAGE * (86400 / 5), in which 86400 is the seconds of one day and 5 is
the interval (in seconds) of data update. Another example is for one
day's data (86400 / 5 = 17280) samples, only one sample is valid as 10,
other 17279 samples are invalid or missing. Then the AVERAGE will be
10 * ( 1 / 17280) and the total count is 10 as expected.
Signed-off-by: Ming Lu <[email protected]>
0 commit comments