Skip to content

Commit

Permalink
HBASE-27692 Backport "HBASE-27681 Refactor Table Latency Metrics" to …
Browse files Browse the repository at this point in the history
…branch-2
  • Loading branch information
thangTang committed Mar 8, 2023
1 parent 9a69a69 commit ad4163b
Show file tree
Hide file tree
Showing 16 changed files with 659 additions and 893 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ private void doRun() {
for (MetricRegistry registry : registries) {
MetricRegistryInfo info = registry.getMetricRegistryInfo();

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

0 comments on commit ad4163b

Please sign in to comment.