qqwangxiaow opened a new issue, #2788: URL: https://github.com/apache/brpc/issues/2788
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** Too many stats seen, overflow detected, max stats count:20000 日志一直在打 ERROR 看着这个变量是写死的 `constexpr uint64_t MAX_MULTI_DIMENSION_STATS_COUNT = 20000; ` ` if (metric_map_ptr->size() > MAX_MULTI_DIMENSION_STATS_COUNT) { LOG(ERROR) << "Too many stats seen, overflow detected, max stats count:" << MAX_MULTI_DIMENSION_STATS_COUNT; return nullptr; } ` **Describe the solution you'd like (描述你期望的解决方法)** **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: 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