-
Notifications
You must be signed in to change notification settings - Fork 11
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
Adding initial infrestructure for metrics #306
Conversation
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.
Wow, that was fast @jespino! Just a few things I spotted.
re: Removing unneeded metrics, are we sure we don't want these @jespino? Given this is a discrete Go process, I wonder if it's still useful? |
Good point, I'll revert that. |
This reverts commit 253d0be.
This is still a bit "draft", I have to do some changes and test it locally. |
@lieut-data @manojmalik20 I still have to fix the tests (some extra mock calls and things like that), and add some tests to the new store function, but apart from that, this is ready for review. |
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, @jespino! Just a few clarifying questions / comments.
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.
Thanks, @jespino!
@manojmalik20 PTAL |
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>
@manojmalik20 feel free to merge it after your review is done. CI is passing, and it is working in my environment. |
No description provided.