qqwangxiaow opened a new issue, #2404:
URL: https://github.com/apache/brpc/issues/2404
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)**
**Describe the solution you'd like (描述你期望的解决方法)**
**Describe alternatives you've considered (描述你想到的折衷方案)**
**Additional context/screenshots (更多上下文/截图)**
我定义了一个mbvar, 不断向里面添加数据, 一段时间窗口内想统计一次并清空, 目前有啥好点的方法吗
bvar::MultiDimension<bvar::Adder<int> > g_request_count("request_count",
{"idc", "method", "status"});
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]