gavinchou commented on code in PR #66969:
URL: https://github.com/apache/doris/pull/66969#discussion_r3819955752


##########
cloud/src/common/bvars.cpp:
##########
@@ -113,6 +113,9 @@ BvarLatencyRecorderWithTag g_bvar_ms_list_snapshot("ms", 
"list_snapshot");
 BvarLatencyRecorderWithTag g_bvar_ms_clone_instance("ms", "clone_instance");
 BvarLatencyRecorderWithTag g_bvar_ms_compact_snapshot("ms", 
"compact_snapshot");
 BvarLatencyRecorderWithTag g_bvar_ms_update_packed_file_info("ms", 
"update_packed_file_info");
+BvarLatencyRecorderWithTag g_bvar_ms_rate_limit_trigger("ms", 
"rate_limit_trigger");
+bvar::Status<int64_t> g_bvar_ms_cpu_usage_percent("ms_cpu_usage_percent", -1);
+bvar::Status<int64_t> 
g_bvar_ms_memory_usage_percent("ms_memory_usage_percent", -1);

Review Comment:
   naming process



-- 
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]

Reply via email to