Skip to content

Commit

Permalink
HBASE-27681 Refactor Table Latency Metrics (apache#5093)
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
  • Loading branch information
thangTang authored and bbeaudreault committed Mar 12, 2023
1 parent 459fd38 commit 06ca81f
Show file tree
Hide file tree
Showing 16 changed files with 661 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 06ca81f

Please sign in to comment.