Skip to content

Commit

Permalink
Address PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Gryzykhin committed Jan 17, 2019
1 parent 2359de8 commit a484f86
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ synchronized void populateCounterUpdates(WorkItemStatus status) {
// User metrics reported in Worker
extractMetrics(isFinalUpdate).forEach(appendCounterUpdate);

// counterUpdatesListBuilder.addAll(extractMetrics(isFinalUpdate));
// MSec counters reported in worker
extractMsecCounters(isFinalUpdate).forEach(appendCounterUpdate);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ public void stop() {
// Set final metrics to precisely the values in this update. This should overwrite, not
// be combined with, all prior updates.
counterUpdates.clear();

deprecatedCounterUpdates.clear();
deprecatedDistributionUpdates.clear();
deprecatedGaugeUpdates.clear();
Expand Down

0 comments on commit a484f86

Please sign in to comment.