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


##########
cloud/src/common/bvars.cpp:
##########
@@ -394,4 +394,7 @@ mBvarInt64Adder 
g_bvar_rpc_kv_clean_txn_label_del_counter("rpc_kv_clean_txn_labe
 // get_txn_id
 mBvarInt64Adder 
g_bvar_rpc_kv_get_txn_id_get_counter("rpc_kv_get_txn_id_get_counter",{"instance_id"});
 
+// meta ranges
+mBvarStatus<int64_t> 
g_bvar_fdb_kv_ranges_count("meta_ranges_job_partition_count", 
{"category","instance_id", "sub_category"});

Review Comment:
   ```suggestion
   mBvarStatus<int64_t> g_bvar_fdb_kv_ranges_count("fdb_kv_ranges_count", 
{"category","instance_id", "sub_category"});
   ```



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