gavinchou commented on code in PR #52430:
URL: https://github.com/apache/doris/pull/52430#discussion_r2184861484
##########
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_meta_ranges_category_total("meta_ranges_job_count", {"category"});
+mBvarStatus<int64_t>
g_bvar_meta_ranges_partition_count("meta_ranges_job_partition_count",
{"category","instance", "key"});
Review Comment:
metrics name: fdb_kv_ranges_count
labels: 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]