Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Publish Shard State Metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita committed Oct 19, 2020
1 parent 4f460e1 commit 34e6841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void collectMetrics( long startTime) {
if(inActiveShard) {
saveMetricValues(value.toString(), startTime);
}
PerformanceAnalyzerApp.ERRORS_AND_EXCEPTIONS_AGGREGATOR.updateStat(
PerformanceAnalyzerApp.WRITER_METRICS_AGGREGATOR.updateStat(
WriterMetrics.SHARD_STATE_COLLECTOR_EXECUTION_TIME, "",
System.currentTimeMillis() - mCurrT);
} catch (Exception ex) {
Expand Down

0 comments on commit 34e6841

Please sign in to comment.