yuluo-yx opened a new pull request, #4400:
URL: https://github.com/apache/rocketmq-dashboard/pull/4400

   <!-- Make sure the base branch is `master`: that is the RocketMQ Studio 
trunk. -->
   
   ### Which Issue(s) This PR Fixes
   
   - Fixes #3152
   - Replaces #3153, closed by the branch switch in #4379.
   
   ### Brief Description
   
   This is a resubmission of #3153 against `master`, following the branch 
switch notice in #4379. The fork branch is unchanged; `master` is now the 
RocketMQ Studio trunk.
   
   ## What changed
   
   - add cross-page, read-only notification delivery reliability analytics
   - load history through the existing paginated endpoint, capped at 10,000 
records with explicit truncation disclosure
   - calculate terminal success rate, retry/stall counts, and P95 delivery 
latency
   - compare channel-level success, failures, in-flight records, retries, 
average latency, and P95
   - group recurring provider errors after removing volatile URLs, IDs, and 
large numbers
   - provide searchable/filterable delivery details and CSV export
   - add Chinese/English copy and focused pure-function/component tests
   
   ## Design boundaries
   
   - no retry or mutation endpoint is called
   - pending records are excluded from terminal success-rate denominators
   - records older than 15 minutes in PENDING/SENDING/RETRY_WAIT are marked 
stalled, not failed
   - invalid or reversed timestamps never produce fabricated latency
   
   Fixes #3152
   
   ## 行为与兼容性
   
   核实原代码已有空页退出;新增 100 页请求上限与异常短页、空页回归,保持加载失败可重试。
   
   ### How Did You Test This Change?
   
   ## 验证
   
   - 相关前端测试:13 项通过。
   - ESLint、TypeScript/Vite 生产构建、合并差异检查通过。
   - 已合入最新 `rocketmq-studio`,使用普通推送保留原提交历史。
   - 未执行远端工作流、浏览器 E2E 或真实 Broker 测试。
   
   验证日期:2026-09-14。
   
   ### Checklist
   
   - [x] One coherent change; unrelated modifications are not bundled in
   - [x] Commit subject follows Conventional Commits (`feat:` / `fix:` / 
`refactor:` / `chore:` / `docs:` / `perf:`)
   - [x] Tests added or updated for non-trivial changes, test methods named 
`...Test`
   - [x] New UI text has both Chinese and English entries under 
`web/src/i18n/`, or the change does not add UI text
   - [x] Architecture constraints stay green (`mvn test` runs the ArchUnit 
checks), or the original verification scope is stated above
   - [x] New source files carry the ASF license header, or no new source files 
were added
   - [x] Documentation touched where behaviour changed (README / `docs/` / 
in-app help), or no documentation change was required
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to