add measurement descriptions for standby_fetch_log_bandwidth_limit parameters

This commit is contained in:
liucc1997
2023-06-22 02:18:29 +00:00
committed by ob-robot
parent e32f4f58b6
commit c1936f6fa4

View File

@ -747,10 +747,10 @@ DEF_INT(rpc_memory_limit_percentage, OB_TENANT_PARAMETER, "0", "[0,100]",
"and 0 means no limit to rpc memory",
ObParameterAttr(Section::RPC, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
DEF_CAP(standby_fetch_log_bandwidth_limit, OB_CLUSTER_PARAMETER, "0MB", "[0M,10000G]",
"the max bandwidth that can be occupied by the sum of the synchronizing log from primary cluster of all servers in the standby cluster",
"the max bandwidth in bytes per second that can be occupied by the sum of the synchronizing log from primary cluster of all servers in the standby cluster",
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
DEF_CAP(_server_standby_fetch_log_bandwidth_limit, OB_CLUSTER_PARAMETER, "0MB", "[0M,1000G]",
"the max bandwidth that can be occupied by the synchronizing log from primary cluster of a server in the standby cluster",
"the max bandwidth in bytes per second that can be occupied by the synchronizing log from primary cluster of a server in standby cluster",
ObParameterAttr(Section::OBSERVER, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
//// location cache config