-
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
Refactor metrics TimeWindow #11638
Refactor metrics TimeWindow #11638
Conversation
* origin/3.2: sync meter to spring boot management (apache#11630) Rest bugfix & optimization (apache#11617)
please wait,thanks |
Codecov Report
@@ Coverage Diff @@
## 3.2 #11638 +/- ##
============================================
+ Coverage 67.13% 69.06% +1.92%
Complexity 2 2
============================================
Files 1614 1502 -112
Lines 65226 62717 -2509
Branches 9439 9226 -213
============================================
- Hits 43790 43315 -475
+ Misses 17159 15161 -1998
+ Partials 4277 4241 -36
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
* origin/3.2: dubbo-security Jackson error (apache#11622)
Please take a review @AlbumenJ |
dubbo-common/src/main/java/org/apache/dubbo/common/utils/TimeUtils.java
Outdated
Show resolved
Hide resolved
* origin/3.2: sync reflect config (apache#11668) Fix qos command remote check (apache#11506) Fix license check Add 'label match' support for override and tag rules (apache#11094) Dubbo maven plugin with native (apache#11540) fix: fix observation spi config (apache#11660) Update .licenserc.yaml fix tri wrapper pack npe (apache#11656) remove duplicate flowcontroller listener (apache#11642) Metrics RT count optimization (apache#11628) Observability task: registration center (apache#11493) Migration bugfix & optimization (apache#11629) Fix service name mapping check failed (apache#11643) fix: executor (apache#11652) Fix license check fixed broken link readme.md (apache#11641)
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
* origin/3.2: Fix heartbeat failed if serialization changed (apache#11512) Update README.md Tag router problem fix (apache#11586) delete never thrown exception (apache#11674) ♻️refact metrics key and meter unit (apache#11661) feat: optimize code (apache#11671) Introduce getConfig QoS Command (apache#11664)
Kudos, SonarCloud Quality Gate passed! |
* Add TimeUtils * Abstract sliding window * Refactor TimeWindow Counter and Quantile * Add license header * Fix sonar problem * Fix sonar problem * Fix sonar check bug * Start the ticker on demand * Fallback when ticker exception
What is the purpose of the change
issue #11637
Brief changelog
Verifying this change
Checklist