serverglen edited a comment on issue #1322: URL: https://github.com/apache/incubator-brpc/issues/1322#issuecomment-998802680
多维度bvar的用法:https://github.com/apache/incubator-brpc/pull/1608/commits/788dd2454a2979201b593d2aeb465cba21dce875 当前设计和实现考虑到以下几点: 1. 框架帮用户拼接key,避免用户自己实现五花八门 拼接key的逻辑 2. 保留用户单维度bvar的使用习惯 3. 多维度bvar支持导出prometheus格式数据,如果用户自己拼接key,他自己也需要实现导出prometheus格式的逻辑 4. 以metric为单位控制内部维度组合数量,防止维度爆炸 -- 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]
