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

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

Merged
merged 232 commits into from
Jan 9, 2019

Conversation

Arlmls
Copy link
Contributor

@Arlmls Arlmls commented Jan 8, 2019

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

sczyh30 and others added 30 commits July 30, 2018 18:10
)

* Use named thread factory with all thread pools for identification

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]>
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]>
- 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]>
- Update javadoc and document

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]>
- 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]>
sczyh30 and others added 12 commits January 4, 2019 14:36
- 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]>
…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
@CLAassistant
Copy link

CLAassistant commented Jan 8, 2019

CLA assistant check
All committers have signed the CLA.

@sczyh30
Copy link
Member

sczyh30 commented Jan 8, 2019

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

@Arlmls
Copy link
Contributor Author

Arlmls commented Jan 8, 2019

Already modified.If there are questions,I hope to teach,because this is the first submission.

@sczyh30
Copy link
Member

sczyh30 commented Jan 9, 2019

rebase 的时候可能出了些问题?提交线不太对,出现了冲突。可否重新基于当前 master 分支新建分支进行变更?

@sczyh30 sczyh30 requested a review from CarpenterLee January 9, 2019 06:25
@sczyh30 sczyh30 added the to-review To review label Jan 9, 2019
@sczyh30 sczyh30 removed the request for review from CarpenterLee January 9, 2019 06:25
@Arlmls
Copy link
Contributor Author

Arlmls commented Jan 9, 2019

rebase 的时候可能出了些问题?提交线不太对,出现了冲突。可否重新基于当前 master 分支新建分支进行变更?

merged!Please review

@codecov-io
Copy link

Codecov Report

Merging #398 into master will decrease coverage by 0.44%.
The diff coverage is n/a.

Impacted file tree graph

@@             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
Impacted Files Coverage Δ Complexity Δ
...a/csp/sentinel/slots/statistic/base/Striped64.java 26.04% <0%> (-23.96%) 5% <0%> (-2%)
...a/csp/sentinel/slots/statistic/base/LongAdder.java 17.02% <0%> (-14.9%) 4% <0%> (-4%)
...a/csp/sentinel/slots/statistic/base/LeapArray.java 65.82% <0%> (-2.54%) 23% <0%> (-1%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6c70c94...cd07109. Read the comment docs.

Copy link
Member

@sczyh30 sczyh30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sczyh30 sczyh30 merged commit 6dfe8e3 into alibaba:master Jan 9, 2019
@sczyh30
Copy link
Member

sczyh30 commented Jan 9, 2019

Nice, thanks for contributing!

@sczyh30 sczyh30 removed the to-review To review label Jan 9, 2019
CST11021 pushed a commit to CST11021/Sentinel that referenced this pull request Nov 3, 2021
…ty_issue

[ISSUE alibaba#395]Resolve compatibility issues and keep consistent with the old API
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.

p_qps and b_qps are not intuitive in monitoring curve of dashboard