cdjingit commented on code in PR #1964:
URL: https://github.com/apache/incubator-brpc/pull/1964#discussion_r1005264079
##########
src/bvar/mvariable.cpp:
##########
@@ -246,6 +248,11 @@ size_t MVariable::dump_exposed(Dumper* dumper, const
DumpOptions* options) {
if (entry) {
n += entry->var->dump(dumper, &opt);
}
+ if (n >
static_cast<size_t>(FLAGS_bvar_max_dump_multi_dimension_metric_number)) {
+ LOG(WARNING) << "truncated because of \
Review Comment:
日志里可以打出FLAGS_bvar_max_dump_multi_dimension_metric_number的值
--
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]