-
Notifications
You must be signed in to change notification settings - Fork 4
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
nodes status should include connection and graph stats #52
Conversation
If this only requires minor changes, then we should just get this in @tegefaulkes |
43fc110
to
9c6c70a
Compare
I've rebased. Looking over this, I think that it needs a bit more work. The agent status handler needs to be updated to provide the stats. This needs to be implemented in |
You can go ahead and work on this if you can merge in today. We got other stuff to do too. |
I'm adding some useful stats to the
|
Are you going to store these stats somewhere? Or are they just counts of whatever state we have? Cause I'd want to avoid storing any state, where it would be more appropriate for the audit domain in MatrixAI/Polykey#628 |
I'm just adding nodes stats for now. We can expand on this later with other stats if anything else seems useful while testing. They're just in-memory counts for now. anything persistent would be for the audit domain. |
0bbb7d1
to
e5a59b2
Compare
I'm considering this mostly done now. When I did the rebase I cut out a bunch of changes that didn't make sense given the scope of this PR. I need to go over the old code which I saved in |
@addievo can you provide commentary about 8b1191c and @tegefaulkes make a judgement call on what's needed. |
And if so, merge and go ahead to the nodes hole punching refactoring! |
e5a59b2
to
a9a2914
Compare
Description
Needs a rebase after merge of #45
Currently,
nodes status
lacks a lot of vital information, this PR aims to add some extra information tonodes status
to make it more informational.Currently, we have added
Issues Fixed
nodes status
command should include connection and graph stats #36Tasks
3. Implement node graph information other than total nodes.Final checklist