renzhong opened a new issue, #2753: URL: https://github.com/apache/brpc/issues/2753
**Describe the bug (描述bug)** 我使用了 window 来监控测试流量,发现当测试流量为 2w 时,brpc window 的打点数值是正常的(通过 prometheus 观察),但是当测试流量上升到 5w 左右时,brpc window 的打点数值会出现异常,显示为 20w(通过 prometheus 观察)。怀疑和内部的数值类型设置有关,例如使用了 int16_t 的类型。但是在内部没有找到。 **To Reproduce (复现方法)** **Expected behavior (期望行为)** **Versions (各种版本)** OS: Compiler: brpc: protobuf: **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: dev-unsubscr...@brpc.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org