Skip to content

Commit

Permalink
HBASE-24199 Procedure related metrics is not consumed in the JMX metr…
Browse files Browse the repository at this point in the history
…ic (#1616)

Addendum; fix failing test
  • Loading branch information
saintstack committed May 2, 2020
1 parent 0d2b959 commit da92a12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public void testRITAssignmentManagerMetrics() throws Exception {
METRICS_HELPER.assertGauge(MetricsAssignmentManagerSource.RIT_COUNT_OVER_THRESHOLD_NAME, 1,
amSource);
METRICS_HELPER.assertCounter(MetricsAssignmentManagerSource.ASSIGN_METRIC_PREFIX
+ "SubmittedCount", 2, amSource);
+ "SubmittedCount", 3, amSource);
}
}
}

0 comments on commit da92a12

Please sign in to comment.