[BUG] 熔断降级页面规则显示问题
Open
- Dominant language
- Java
- Stars
- 23.1k
- Forks
- 8.1k
- PR merge metrics
- No merged PRs in 30d
Description
## Issue Description
Type: *bug report*
sentinel 1.8.5版本,熔断降级规则配置,异常比例的比例阈值显示为慢调用比例的最大RT值:
1、编辑一个慢调用比例规则,设置最大RT为1000ms,比例阈值为0.5
2、切换到异常比例策略
3、UI显示"比例阈值"标签,但输入框仍然显示1000(之前的RT值)
我看1.8.9版本的代码和1.8.5版本代码基本没差别:
1、这个问题是不是个Bug,在最新版本是不是也存在。
2、sentinel后台不支持同时设置慢调用比例、异常比例、异常数据策略吗
### Describe what happened
### Describe what you expected to happen
页面上慢调用比例、异常比例、异常数据策略互不影响,底层熔断上这几个规则是或关系
### How to reproduce it (as minimally and precisely as possible)
1. 启动sentinel控制台,熔断降级页面配置规则复现
### Tell us your environment
ubuntu linux
### Anything else we need to know?
Contributor guide
Assessment
This issue has not been assessed yet.