[r2r] update metrics related dep && refactoring#1312
Conversation
|
My refactoring to look for review is work in progress in |
sergeyboyko0791
left a comment
There was a problem hiding this comment.
It would also be great if we moved mm_metrics to a separate crate like mm2_err_handle.
sergeyboyko0791
left a comment
There was a problem hiding this comment.
I could not describe all the mistakes. I'll do it on the next review iteration.
|
Looking good except the tag exporter, I need a better solution as the solution I tried isn't working well https://github.com/KomodoPlatform/atomicDEX-API/pull/1312#discussion_r906242654 |
…into metrics-deps-update
sergeyboyko0791
left a comment
There was a problem hiding this comment.
Thank you for the fixes! I hope the last my comments
sergeyboyko0791
left a comment
There was a problem hiding this comment.
Only one change please and one suggestion
| } | ||
| } | ||
|
|
||
| use std::collections::hash_map::Entry::{Occupied, Vacant}; |
There was a problem hiding this comment.
It's better to put imports at the beginning of the file
…into metrics-deps-update
|
@shamardy your turn to review the PR |
shamardy
left a comment
There was a problem hiding this comment.
Great Work! Only 2 non-blocker comments :)
914cfd0
…into metrics-deps-update
|
@sergeyboyko0791 As you both approved it with @shamardy, I guess it can be merged. |
|
@artemii235 I wanted to merge it, but found an issue with the CI tests on Mac. Restarted the CI and forgot to check... |
|
@sergeyboyko0791 If you see errors only on one platform and there are only unstable tests failures, you can merge the PR right away without restarting the CI. |
— Updating metrics related deps
— Refactoring mm_metrics