Skip to content
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

Merged
merged 4 commits into from
Aug 27, 2024

Commits on Aug 27, 2024

  1. Removed public exposure of metrics properties, and created as private…

    … and exposed them using a getter method.
    
    Signed-off-by: Alfredo Gutierrez <[email protected]>
    AlfredoG87 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3257eca View commit details
    Browse the repository at this point in the history
  2. Extracted Interface and refactored Dagger Metrics Injection Module to…

    … reflect the changes.
    
    Signed-off-by: Alfredo Gutierrez <[email protected]>
    AlfredoG87 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c8e0aeb View commit details
    Browse the repository at this point in the history
  3. Added JavaDocs and NonNull where necessary

    Signed-off-by: Alfredo Gutierrez <[email protected]>
    AlfredoG87 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a2f3669 View commit details
    Browse the repository at this point in the history
  4. annotate interface methods with non null

    Signed-off-by: Alfredo Gutierrez <[email protected]>
    AlfredoG87 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    aaa782a View commit details
    Browse the repository at this point in the history