Skip to main content

Module gray_release_controller

Module gray_release_controller 

Source
Expand description

灰度发布 API 路由 灰度发布接口 (Gray Release Controller)

提供当前组员灰度命中查询和管理员灰度配置维护接口。

Functions§

admin_routes
管理端灰度配置路由(挂载于 /api/admin/gray)。
current_features
查询当前组员灰度命中结果。
list_features
查询灰度功能配置列表。
rollback_all
回退全部灰度功能到旧逻辑。
rollback_feature
回退单个灰度功能到旧逻辑。
routes
普通灰度查询路由(挂载于 /api/gray)。
update_feature
新增或更新灰度功能配置。