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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to