xiaohei520321 opened a new issue, #2012: URL: https://github.com/apache/incubator-brpc/issues/2012
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** 最近在用brpc server,使用brpc_metrics将数据导入到prometheus上, 但发现没法获取平均latency, 看了代码 自定义的LatencyRecord在brpc_metrics下,能正常导出平均latency 而server默认的LatencyRecord在brpc_metrics下,不导出平均latency,取而代之的是导出avg_latency*count, 不知道这是出于什么原因? **Describe the solution you'd like (描述你期望的解决方法)** 希望能按自定义的LatencyRecord一样导出 **Describe alternatives you've considered (描述你想到的折衷方案)** **Additional context/screenshots (更多上下文/截图)** 有疑问的代码如图  -- 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]
