-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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(book): add documentation for ports #4370
Conversation
Codecov Report
see 10 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more.
|
book/jsonrpc/intro.md
Outdated
### Peering Ports | ||
|
||
- **Port:** 30303 | ||
- **Protocol:** TCP and UDP | ||
- **Purpose:** Peering with other nodes for synchronization of blockchain data. Nodes communicate through this port to maintain network consensus and share updated information. | ||
- **Exposure Recommendation:** This port should be exposed to enable seamless interaction and synchronization with other nodes in the network. | ||
|
||
### Metrics Port | ||
|
||
- **Port:** 9001 | ||
- **Protocol:** TCP | ||
- **Purpose:** This port is designated for serving metrics related to the system's performance and operation. It allows internal monitoring and data collection for analysis. | ||
- **Exposure Recommendation:** By default, this port should not be exposed to the public. It is intended for internal monitoring and analysis purposes. |
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.
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.
@rkrasiuk I actually had a doubt because there were some ports that didn't belong here. But it makes sense to open a dedicated section in run a node
. I just moved this documentation to a new section.
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.
lgtm, good call on moving it to a new section
Should solve #3550.