-
Notifications
You must be signed in to change notification settings - Fork 132
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
feat: Update the node's prometheus metrics #4142
base: master
Are you sure you want to change the base?
Conversation
Brings in changes from commit 92e3746f9017e65a674dcfec6767ddcad87bff35 in catalyst-core repo
fix: remove warnings and unused imports
golden commit: 47e874c we should make a branch off this and put all changes in here for A/B testing. |
Would not be better to wait until we have a stable jor node version and merge this change into that? |
yea but we want to compare the "new" nodes performance vs the old node. [Old:](golden commit: 47e874c) New: Branch from gold. Silver? |
I think that we can rename to whichever name is better suited to do A/B testing (e.g. branch-A, branch-B), and create a tag when we have reached a conclusion. |
Updates jormungandr node to initialize mempool and peer gauges to 0.
Closes input-output-hk/catalyst-core#600