You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2019/04/25 09:40:52 UTC

[GitHub] [incubator-brpc] fesun opened a new issue #746: bvars window

fesun opened a new issue #746: bvars window
URL: https://github.com/apache/incubator-brpc/issues/746
 
 
   HI, I read the documents of bvar and found the bvar::Window is kind of confusing:
   How to get the max value of recent 1 minute. bvar::Window<bvar::Maxer<int>> is the correct solution or not? If this is correct, bvar::Window should reset the bvar::Maxer after sampling, but I didn't find the reset function. The same question for min/average.
   Also I found the latency recorder uses Window<Maxer<int64_t>, SERIES_IN_SECOND>as max windows, what's the meaning of SERIES_IN_SECOND and SERIES_IN_WINDOW?
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org