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

feat: add circuit breaker actuator #1136

Merged

Conversation

wenxuan70
Copy link
Contributor

@wenxuan70 wenxuan70 commented Sep 22, 2023

PR Type

Feature

Describe what this PR does for and how you did.

增加查询本服务相关的熔断规则

Adding the issue link (#xxx) if possible.

fixes #1003

Note

Checklist

  • Add information of this PR to CHANGELOG.md in root of project.
  • Add documentation in javadoc or comment below the PR if necessary.

Checklist (Optional)

  • Will pull request to branch of 2020.0.
  • Will pull request to branch of 2022.0.

@wenxuan70
Copy link
Contributor Author

@SkyeBeFreeman 大佬有空帮忙review下代码

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Merging #1136 (8f72b4b) into 2021.0 (2c04288) will decrease coverage by 0.14%.
The diff coverage is 62.06%.

@@             Coverage Diff              @@
##             2021.0    #1136      +/-   ##
============================================
- Coverage     81.16%   81.03%   -0.14%     
- Complexity     1684     1688       +4     
============================================
  Files           252      254       +2     
  Lines          5735     5764      +29     
  Branches        677      680       +3     
============================================
+ Hits           4655     4671      +16     
- Misses          689      700      +11     
- Partials        391      393       +2     
Files Changed Coverage Δ
...cent/cloud/polaris/context/ServiceRuleManager.java 41.02% <0.00%> (-8.98%) ⬇️
...olarisCircuitBreakerEndpointAutoConfiguration.java 50.00% <50.00%> (ø)
...reaker/endpoint/PolarisCircuitBreakerEndpoint.java 85.00% <85.00%> (ø)

... and 1 file with indirect coverage changes

@SkyeBeFreeman SkyeBeFreeman merged commit fa88a50 into Tencent:2021.0 Sep 25, 2023
8 of 9 checks passed
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.

服务熔断支持actuator查询本服务相关的熔断规则
2 participants