DannyLuoDan opened a new issue #1365:
URL: https://github.com/apache/incubator-brpc/issues/1365


   static bvar::Adder<uint32_t> a_skip;
   static bvar::Window<bvar::Adder<uint32_t>> _f_win("skip", "qps", &a_skip, 1);
   
   类似这样的一个结构,a_skip 记录代码逻辑跳过的累积次数
   那么这个时候skip_qps 这个数据代表的是什么意思?
    是去读取Adder 1s内 a_skip的当前值,还是1s中a_skip 增加了多少值?
   
   能作为qps指标(就是每秒skip了多少个)吗?
   
   多谢帮助


-- 
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]



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

Reply via email to