HBASE-27713 Remove numRegions in Region Metrics (#5107)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit 251e4984776e2ee13ae4df1de4c000f35a58ad59)
This commit is contained in:
tianhang 2023-04-08 11:02:39 +08:00 committed by Duo Zhang
parent f8c234e8d0
commit 6305c7a4f2

View File

@ -47,8 +47,6 @@ public interface MetricsRegionAggregateSource extends BaseSource {
*/
String METRICS_JMX_CONTEXT = "RegionServer,sub=" + METRICS_NAME;
String NUMBER_OF_REGIONS_DESC = "Number of regions in the metrics system";
/**
* Register a MetricsRegionSource as being open.
* @param source the source for the region being opened.