9 comments (9 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java8,150 forks (8,150 forks)batch import
area/dashboardgood first issuekind/enhancement
Repository metrics
- Stars
- 23,109 stars (23,109 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
页面上的BUG
1 线程数并不支持集群限流,但是在页面上却可以新增出来支持集群限流的线程数规则来
2 QPS集群限流目前并不支持关联限流、链路限流,但是页面上却可以进行新增
3 QPS集群限流所有模式下并不支持warmup/排队等候等,但是页面上却可以进行新增
Contributor guide
- Research direction
- Identify the UI components in Sentinel dashboard that allow selecting cluster mode for unsupported rule types (e.g., thread count, QPS with association/link/warmup/queue). Modify the frontend code to hide or disable those options when cluster mode is chosen.
- Tech stack
- java
- Domain
- backendapi
- Issue type
- Bug
- Prerequisites
- JavaSentinel