Skip to content
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/node info endpoint #151

Merged
merged 2 commits into from
Jan 5, 2024
Merged

Conversation

luongngocminh
Copy link
Contributor

Added /node-info API endpoint which will returns the following:
image

Fixes #147

Copy link

codecov bot commented Jan 5, 2024

Codecov Report

Attention: 31 lines in your changes are missing coverage. Please review.

Comparison is base (a8f74dd) 52.78% compared to head (def87db) 52.67%.

Files Patch % Lines
servers/media-server/src/server/connector.rs 0.00% 8 Missing ⚠️
servers/media-server/src/server/gateway.rs 0.00% 6 Missing ⚠️
servers/media-server/src/server/rtmp.rs 0.00% 6 Missing ⚠️
servers/media-server/src/server/webrtc.rs 0.00% 6 Missing ⚠️
packages/cluster/src/implement/server.rs 25.00% 3 Missing ⚠️
packages/cluster/src/define/rpc/general.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
- Coverage   52.78%   52.67%   -0.12%     
==========================================
  Files         146      146              
  Lines       12171    12200      +29     
==========================================
+ Hits         6425     6426       +1     
- Misses       5746     5774      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@giangndm giangndm merged commit 2dc33d8 into 8xFF:master Jan 5, 2024
@luongngocminh luongngocminh deleted the feat/node-info-endpoint branch January 5, 2024 10:47
@github-actions github-actions bot mentioned this pull request Jan 5, 2024
giangndm pushed a commit to giangndm/8xFF-decentralized-media-server that referenced this pull request Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No way to know a node's multiaddr after the initialization
2 participants