-
Notifications
You must be signed in to change notification settings - Fork 85
feat: 上报监控及调用链校验失败不抛异常 #521
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
Conversation
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.
注册和心跳检验端口号的地方,不抛异常是否不合适?
...bly/polaris-assembly-client/src/main/java/com/tencent/polaris/assembly/client/Validator.java
Outdated
Show resolved
Hide resolved
注册和心跳相关接口,不涉及这个校验 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #521 +/- ##
============================================
- Coverage 24.78% 23.00% -1.79%
- Complexity 624 711 +87
============================================
Files 196 273 +77
Lines 8621 10397 +1776
Branches 1115 1300 +185
============================================
+ Hits 2137 2392 +255
- Misses 6228 7708 +1480
- Partials 256 297 +41 ☔ View full report in Codecov by Sentry. |
#522