Skip to content

Commit a4124b6

Browse files
committed
HBASE-27692 Backport "HBASE-27681 Refactor Table Latency Metrics" to branch-2
1 parent 9a69a69 commit a4124b6

File tree

16 files changed

+659
-893
lines changed

16 files changed

+659
-893
lines changed

hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsTableLatencies.java

Lines changed: 0 additions & 145 deletions
This file was deleted.

hbase-hadoop-compat/src/main/java/org/apache/hadoop/hbase/regionserver/MetricsTableQueryMeter.java

Lines changed: 0 additions & 57 deletions
This file was deleted.

hbase-hadoop2-compat/src/main/java/org/apache/hadoop/hbase/metrics/impl/GlobalMetricRegistriesAdapter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ private void doRun() {
115115
for (MetricRegistry registry : registries) {
116116
MetricRegistryInfo info = registry.getMetricRegistryInfo();
117117

118+
LOG.trace("MetricRegistryInfo : " + info.getMetricsName());
118119
if (info.isExistingSource()) {
119120
// If there is an already existing BaseSource for this MetricRegistry, skip it here. These
120121
// types of registries are there only due to existing BaseSource implementations in the

0 commit comments

Comments
 (0)