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. #1170

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

SkyeBeFreeman
Copy link
Collaborator

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.
  • Will pull request to branch of hoxton.

@SkyeBeFreeman SkyeBeFreeman added this to the 1.13.0 milestone Oct 13, 2023
@SkyeBeFreeman SkyeBeFreeman linked an issue Oct 13, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #1170 (e5af084) into 2022.0 (424c791) will increase coverage by 0.09%.
The diff coverage is 72.22%.

@@             Coverage Diff              @@
##             2022.0    #1170      +/-   ##
============================================
+ Coverage     76.89%   76.98%   +0.09%     
- Complexity     1618     1627       +9     
============================================
  Files           257      259       +2     
  Lines          5843     5879      +36     
  Branches        717      723       +6     
============================================
+ Hits           4493     4526      +33     
+ Misses          955      951       -4     
- Partials        395      402       +7     
Files Coverage Δ
...olarisCircuitBreakerEndpointAutoConfiguration.java 100.00% <100.00%> (ø)
...reaker/endpoint/PolarisCircuitBreakerEndpoint.java 80.95% <80.95%> (ø)
...cent/cloud/polaris/context/ServiceRuleManager.java 66.66% <53.84%> (+16.66%) ⬆️

@SkyeBeFreeman SkyeBeFreeman merged commit 5fe8b46 into Tencent:2022.0 Oct 13, 2023
5 checks passed
@SkyeBeFreeman SkyeBeFreeman deleted the 2022.0 branch October 16, 2023 02:08
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