已关闭
feat: 新增伴随设备认证流程耗时分解打点 #174
tianshiliu25创建于  7月15日关闭于  7月20日
tianshiliu25
7月15日 创建

变更摘要

为伴随设备认证流程新增耗时分解打点,支持按请求类型统计总耗时(TOTAL_TIME)与本地处理耗时(LOCAL_TIME),并提供阶段时间线(timeTrace)用于单条排障与超时失败定位。

影响范围

  • 打点上报:INTERACTION_EVENT 新增 TOTAL_TIME/LOCAL_TIME 独立列(可按 REQUEST_TYPE 做 P50/P99 分布聚合),EXTRA_INFO 新增 timeTrace 阶段时间线
  • TimingTracer:新增 checkpoint 时间线工具,LOCAL_TIME = TOTAL_TIME - 软总线/外部等待区间之和;任意下一个点自动关闭当前等待,漏标/取消/超时路径仍正确统计
  • 插点覆盖:OutboundRequest 基类统一标注建连等待;各认证 Request 标注消息往返/推送等待;编排型 MixAuth 标注决策点 Mark
  • 单测:新增 TimingTracer 单元测试覆盖核心语义与边界
likedislike
Ttianshiliu25
7月15日 关联了pull request:feat: 新增伴随设备认证流程耗时分解打点
openharmony_ci
openharmony_ci成员
7月15日 评论:

感谢提交Issue!关于Issue的交互操作,请访问OpenHarmony社区支持命令清单。如果有问题,请联系 [@wangxu43](https://gitcode.com/wangxu43) [@zhirenx](https://gitcode.com/zhirenx) 。如果需要调整订阅PR、Issue的变更状态,请访问链接


Thanks for submitting the issue. For more commands, please visit OpenHarmony Command List. If you have any questions, please refer to committer gitcode for help. If you need to change the subscription of a Pull Request or Issue, please visit the link.

likedislike
openharmony_ciopenharmony_ci成员
7月15日 添加了label:waiting_for_assign
openharmony_ciopenharmony_ci成员
7月20日 关闭了 issue
openharmony_ciopenharmony_ci成员
7月20日 issue状态由 待办的 改变为 已完成