Skip to content

Commit

Permalink
addressed comments
Browse files Browse the repository at this point in the history
Signed-off-by: Atharva Sharma <[email protected]>
  • Loading branch information
atharvasharma61 committed Jul 23, 2024
1 parent f923b09 commit 834ad53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ private void recordMetrics() {
memoryUsage.getUsed(),
Tags.create().addTag(memTypeAttributeKey, entry.getKey()));
heapMaxTag = Tags.create().addTag(memTypeAttributeKey, entry.getKey());
heapMaxValue = memoryUsage.getUsed();
heapMaxValue = memoryUsage.getMax();
}
}
}

0 comments on commit 834ad53

Please sign in to comment.