gavinchou commented on code in PR #59329:
URL: https://github.com/apache/doris/pull/59329#discussion_r2645105914
##########
cloud/src/common/bvars.cpp:
##########
@@ -257,8 +257,8 @@ bvar::Status<int64_t>
g_bvar_fdb_workload_transactions_started_hz("fdb_workload_
bvar::Status<int64_t>
g_bvar_fdb_workload_transactions_committed_hz("fdb_workload_transactions_committed_hz",
BVAR_FDB_INVALID_VALUE);
bvar::Status<int64_t>
g_bvar_fdb_workload_transactions_rejected_hz("fdb_workload_transactions_rejected_hz",
BVAR_FDB_INVALID_VALUE);
bvar::Status<int64_t>
g_bvar_fdb_client_thread_busyness_percent("fdb_client_thread_busyness_percent",
BVAR_FDB_INVALID_VALUE);
-mBvarStatus<int64_t> g_bvar_fdb_process_status_int("fdb_process_status_int",
{"process_id", "component", "metric"});
-mBvarStatus<double>
g_bvar_fdb_process_status_float("fdb_process_status_float", {"process_id",
"component", "metric"});
+mBvarStatus<double>
g_bvar_fdb_cluster_process_status("fdb_cluster_process_status", {"process_id",
"component", "metric"});
Review Comment:
label naming
fdb_cluster_process_status -> fdb_cluster_processes
fdb_cluster_workload_status -> fdb_cluster_workload
--
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]