eyun221 opened a new issue, #2982:
URL: https://github.com/apache/brpc/issues/2982
**Is your feature request related to a problem?**
多维度window支持吗?要如何使用?类似如下场景:
bvar::MultiDimension<bvar::Adder<int64_t>> mbvar(
"test_count",
{"xx1", "xx2"});
bvar::Window<bvar::MultiDimension<bvar::Adder<int64_t>>>
counter_1min(&mbvar, 60)
网上搜的方法,貌似不行
auto label = {"v1", "v2"};
counter_1min << std::make_pair(label, 1);

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