模板 / flowchart

暗启动验证流程

功能开关背后先静默上线代码,在生产流量中验证,再对真实用户开放。

在 Studio 中打开

预览

Mermaid 11 渲染器

正在渲染预览...

Mermaid 源码

flowchart

flowchart TD
    ship[Ship code behind flag off] --> shadow[Run dark launch: execute silently on real traffic]
    shadow --> compare{Output matches legacy path?}
    compare -->|no| fixBug[Fix discrepancy]
    fixBug --> shadow
    compare -->|yes| enable[Enable flag for internal users]
    enable --> rollout[Gradual rollout to all users]

更多模板