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 dstService path parameter for circuit breaker endpoint #1159

Merged

Conversation

wenxuan70
Copy link
Contributor

PR Type

Feature

Describe what this PR does for and how you did.

为CircuitBreakerEndpoint增加dstService路径参数

Adding the issue link (#xxx) if possible.

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.

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #1159 (f627b3a) into 2021.0 (abad0c3) will increase coverage by 0.09%.
The diff coverage is 64.00%.

@@             Coverage Diff              @@
##             2021.0    #1159      +/-   ##
============================================
+ Coverage     75.58%   75.67%   +0.09%     
- Complexity     1636     1638       +2     
============================================
  Files           258      258              
  Lines          5992     5999       +7     
  Branches        740      743       +3     
============================================
+ Hits           4529     4540      +11     
+ Misses         1071     1060      -11     
- Partials        392      399       +7     
Files Coverage Δ
...reaker/endpoint/PolarisCircuitBreakerEndpoint.java 80.95% <69.23%> (-4.05%) ⬇️
...cent/cloud/polaris/context/ServiceRuleManager.java 66.66% <58.33%> (+25.64%) ⬆️

... and 2 files with indirect coverage changes

@SkyeBeFreeman SkyeBeFreeman added this to the 1.13.0 milestone Oct 7, 2023
@SkyeBeFreeman SkyeBeFreeman linked an issue Oct 7, 2023 that may be closed by this pull request
@SkyeBeFreeman SkyeBeFreeman self-requested a review October 7, 2023 02:04
SkyeBeFreeman
SkyeBeFreeman previously approved these changes Oct 7, 2023
Copy link
Collaborator

@SkyeBeFreeman SkyeBeFreeman left a comment

Choose a reason for hiding this comment

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

提升单测覆盖率

@SkyeBeFreeman SkyeBeFreeman merged commit 1a8974c into Tencent:2021.0 Oct 8, 2023
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