-
Notifications
You must be signed in to change notification settings - Fork 65
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
Replace rpc in antctl with metric service #2670
Open
ermineJose
wants to merge
2
commits into
maidsafe:main
Choose a base branch
from
ermineJose:drop-Rpc-replace-Metrics
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3786eb7
to
cb994a9
Compare
b0761aa
to
35433fc
Compare
7f6233c
to
d7e2457
Compare
f884154
to
405c596
Compare
c3851ea
to
c92f726
Compare
8b1b43f
to
41e2acc
Compare
41e2acc
to
c7ab0bf
Compare
5488501
to
262d7b0
Compare
262d7b0
to
ee9994a
Compare
b9a531e
to
b65355e
Compare
0d8b7c5
to
d5ff776
Compare
BREAKING CHANGE fix: add proper error handling to metric service support feat: add proper listeners fetching support feat: remove connected_peer display from antctl temporarily feat: add set root_dir method to NetworkBuilder feat: remove connected_peer support from metrics server temporarily feat: pass root_dir as variable to metric server feat: replace RpcActions with MetricActions fix: fix typos fix: support metric client with local tests feat: refactor antctl tests with metric service feat: remove rpc from antctl and service refactor: remove rpc_soc_addr instances refactor: make rpc_soc_address as optional and remove other rpc instances test: refactor antctl tests to remove rpc refactor: add proper formatting fix: listener_addr issue in network_info fix: rebase to initial peers and other root dir changes
f65e6d8
to
a4cfe15
Compare
a4cfe15
to
85ee105
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
ant-node-manager currently uses rpc server to collect node_information and network_information, replace the rpc server with metric server.
Related Issue
Fixes #<issue_number> (if applicable).
Type of Change
Please mark the types of changes made in this pull request.
Checklist
Please ensure all of the following tasks have been completed: