-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: MetricsService refactor to use an interface #142
Conversation
… and exposed them using a getter method. Signed-off-by: Alfredo Gutierrez <[email protected]>
… reflect the changes. Signed-off-by: Alfredo Gutierrez <[email protected]>
Signed-off-by: Alfredo Gutierrez <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
server/src/main/java/com/hedera/block/server/metrics/MetricsService.java
Show resolved
Hide resolved
Signed-off-by: Alfredo Gutierrez <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #142 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 132 135 +3
===========================================
Files 26 26
Lines 510 513 +3
Branches 27 27
===========================================
+ Hits 510 513 +3
|
Description:
MetricsService refactor to use an interface
Refactor for Dagger DI metricsService
Related issue(s):
Fixes #141
Notes for reviewer:
Checklist