wu-sheng commented on pull request #7145:
URL: https://github.com/apache/skywalking/pull/7145#issuecomment-864901838


   @hanahmily An update, this issue is caused by currently, `increase` and 
`rate` are peeking the first and last of the windows to calculate the value. If 
the oldest data can't be removed in time, then the result is wrong. 
   
   I have asked @dmsolr to fix in the way, that always use the duration to 
calculate the number of slot for rate/increase, and don't always peek data for 
the last element, but `latest` - `N slot`(from rate/increase function parameter)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to