You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using metrics for collection of different info in the project. Right now have a MetricService, but almost all metrics are initialized where they are used. We can refactor the code so we have all the metrics at one place and use the service where we need to.
Solution
Move all metrics in MetricService.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
We are using metrics for collection of different info in the project. Right now have a MetricService, but almost all metrics are initialized where they are used. We can refactor the code so we have all the metrics at one place and use the service where we need to.
Solution
Move all metrics in MetricService.
Alternatives
No response
The text was updated successfully, but these errors were encountered: