-
Notifications
You must be signed in to change notification settings - Fork 26.4k
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
Reuse qos port for metrics #11719
Reuse qos port for metrics #11719
Conversation
...ometheus/src/main/java/org/apache/dubbo/metrics/prometheus/PrometheusMetricsReporterCmd.java
Outdated
Show resolved
Hide resolved
Whether it is possible to optimize the code that the response results are printed to the log. The indicator results will be printed to the log more often, 是否可以优化下响应结果打印到日志的那段代码,指标结果打印到日志里面会比较多, |
please add Metrics request permission to public |
done |
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## 3.2 #11719 +/- ##
============================================
- Coverage 69.36% 68.81% -0.56%
+ Complexity 341 2 -339
============================================
Files 3256 1533 -1723
Lines 153186 63545 -89641
Branches 25583 9308 -16275
============================================
- Hits 106261 43728 -62533
+ Misses 37529 15564 -21965
+ Partials 9396 4253 -5143 see 1748 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
* origin/3.2: (25 commits) Bump bytebuddy.version from 1.14.1 to 1.14.2 (apache#11814) Dynamically generate native image config (apache#11795) Remove redundant synchronized (apache#11811) fix remove unused param (apache#11787) Bump bytebuddy.version from 1.14.0 to 1.14.1 (apache#11808) Reuse qos port for metrics (apache#11719) 🐛 fix thread pool metrics be gc recycle problem (apache#11793) Bump protobuf-java from 3.22.0 to 3.22.2 (apache#11802) Bump spring-security-bom from 5.8.1 to 5.8.2 (apache#11801) Bump byte-buddy from 1.14.0 to 1.14.1 (apache#11804) Cert npe bug fix (apache#11800) Fix uts Fix lock acquire blocked Fix hessian list Fix metrics publisher NPE Fix ut Fix bug apache#11767 (apache#11781) Fix uts Sync when destroy (apache#11783) Fix recreate client after destroy (apache#11780) ...
* origin/3.2: (28 commits) Bump bytebuddy.version from 1.14.1 to 1.14.2 (apache#11814) Dynamically generate native image config (apache#11795) Remove redundant synchronized (apache#11811) fix remove unused param (apache#11787) Bump bytebuddy.version from 1.14.0 to 1.14.1 (apache#11808) Reuse qos port for metrics (apache#11719) 🐛 fix thread pool metrics be gc recycle problem (apache#11793) Bump protobuf-java from 3.22.0 to 3.22.2 (apache#11802) Bump spring-security-bom from 5.8.1 to 5.8.2 (apache#11801) Bump byte-buddy from 1.14.0 to 1.14.1 (apache#11804) Cert npe bug fix (apache#11800) Fix uts Fix lock acquire blocked Fix hessian list Fix metrics publisher NPE Fix ut Fix bug apache#11767 (apache#11781) Fix uts Sync when destroy (apache#11783) Fix recreate client after destroy (apache#11780) ...
* init * init * reuse qos port for metrics * reuse qos port for metrics * fix * fix * add logResult * allow all&&use exist * remove unuse * fix testcase * fix testcase * public permission level * revert permission level * fix --------- Co-authored-by: x-shadow-man <1494445739@qq.com> Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
What is the purpose of the change
Issue Number: close #11649
Brief changelog