-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
p_qps and b_qps are not intuitive in monitoring curve of dashboard. Let's make it a little bit more intuitive in Chinese #398
Conversation
) * Use named thread factory with all thread pools for identification Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
- Sentinel should not send heartbeat to dashboard until the runtime port has been settled down Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
Modify MethodUtil#methodNameMap and CtSph#chainMap: add `volatile` to keep in line with others
- Code refinement - Add test cases Signed-off-by: Eric Zhao <[email protected]>
…ddresses Signed-off-by: Eric Zhao <[email protected]>
- Update document for Dubbo demo - Update document for extensions Signed-off-by: Eric Zhao <[email protected]>
- Update test cases and demo Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
- Update javadoc and document Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
- This has been replaced with Spring Cloud Alibaba Signed-off-by: Eric Zhao <[email protected]>
* Optimize for leap array - Fix a bug: old position is not cleaned when inserting into a new (empty) position - Reuse buckets for optimization - The strategy is now changed: deprecated buckets will not be reset until newer time triggered. LeapArray is responsible for filtering the deprecated buckets (e.g. in `list` or `values`) - Update test cases Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
- This bug can cause init failure of `AppNameUtil` Signed-off-by: Eric Zhao <[email protected]>
- Add Maven Central badge Signed-off-by: Eric Zhao <[email protected]>
Related to alibaba#57
Signed-off-by: Eric Zhao <[email protected]>
- Enlarge retry timeout to 2s by default - Improve remote address representation Signed-off-by: Eric Zhao <[email protected]>
- Also add top-K frequent parameter statistic support Signed-off-by: Eric Zhao <[email protected]>
- Add cluster token server management controller and service for app - Other enhancements and fixes Signed-off-by: Eric Zhao <[email protected]>
- Add cluster server list and assign page and client list page (for a specific app) Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
Signed-off-by: Eric Zhao <[email protected]>
…and fix edit rule issue when cancel (alibaba#370) - Make fallbackToLocalWhenFail of cluster rules configurable in dashboard - Fix edit rule when hit cancel button (object share problem solved by deep copy) - Add metric table td header's title for friendly prompt info
Signed-off-by: Eric Zhao <[email protected]>
Hi, thanks for contributing. Could you please sign the CLA here? And please make sure the email of your commits match your GitHub email. 感谢贡献,请将 commit 对应的 email 调整成与 GitHub 的 email 相匹配并 确认一下 CLA。 |
Already modified.If there are questions,I hope to teach,because this is the first submission. |
rebase 的时候可能出了些问题?提交线不太对,出现了冲突。可否重新基于当前 master 分支新建分支进行变更? |
merged!Please review |
Codecov Report
@@ Coverage Diff @@
## master #398 +/- ##
============================================
- Coverage 37.5% 37.05% -0.45%
+ Complexity 947 940 -7
============================================
Files 224 224
Lines 7221 7221
Branches 984 984
============================================
- Hits 2708 2676 -32
- Misses 4171 4207 +36
+ Partials 342 338 -4
Continue to review full report at Codecov.
|
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
Nice, thanks for contributing! |
…ty_issue [ISSUE alibaba#395]Resolve compatibility issues and keep consistent with the old API
Describe what this PR does / why we need it
p_qps and b_qps are not intuitive in monitoring curve of dashboard.
Let's make it a little bit more intuitive in Chinese
Does this pull request fix one issue?
Fixes #394
Describe how you did it
1.The header and column are updated to Chinese
Describe how to verify it
Packaging operation,Observe effect
Special notes for reviews
no