已合并
[feature]metrics格式普罗米修斯化,增强Coordinator metrics类型新增role,instance等分类类型 #136
jason lyu创建于 5月12日
[feature]metrics格式普罗米修斯化,增强Coordinator metrics类型新增role,instance等分类类型 #136
已合并
Pull Request已成功合入, 合并人@wangyang
(感谢 jason lyu 的贡献)5月12日 添加了label:stat/needs-squash
ascend-robot
5月12日 评论:
5月12日 评论:
Thanks for your pull-request.
The full list of commands accepted by me can be found at here。
You can get sig-info at here
PR Approval Progress
⚠️ This PR does not yet meet the following requirements:approve (requires ≥ 1 person(s) per module)
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-Ascend/MindIE-PyMotor | ✅ tobking, ganglv (2/2) | ❌ (0/1)(You can also ask: 柯展, 陈歆怡, 吴铭泾, 纪涛, 项森) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
codeDogPro, thanks for your pull request. All authors of the commits have signed the CLA. 👍


5月12日 添加了label:ascend-cla/yes
ascend-robot
5月12日 评论:
5月12日 评论:
流水线 PR-pipeline_MindIE-pyMotor_gitcode#749 [ commitID:e94edab8 ] 运行中
>>>代码风格自动修复执行成功(无修复内容)
| 阶段 | 任务名 | 状态 | 详情 |
|---|---|---|---|
| 编译构建 | Build_linux_arm | 🕚 | >>> |
| 恶意代码检查 | Antipoison | 🕚 | >>> |
| 编码安全与规范检查 | Codecheck | 🕚 | >>> |
| 开源片段检查 | SCA | 🕚 | >>> |
| 开发者测试 | UT_linux_arm | 🕚 | >>> |
| 流水线 | PR-pipeline_MindIE-pyMotor_gitcode | 🕚 | >>> |
- compile : 运行流水线
- retry : 重试流水线所有失败子任务
- retry <任务名> : 仅重试指定失败子任务
- stop : 停止流水线


5月12日 添加了label:ci-pipeline-running
此处折叠了217条消息 查看更多
tobking
5月20日 评论:
5月20日 评论:
/lgtm


5月20日 添加了label:lgtm
5月20日 关闭了关联的issue
5月20日 合入了pull request
1. 合入背景
https://gitcode.com/Ascend/MindIE-PyMotor/issues/95
2. 修改内容
1、新增多种Metrics类型,/observability/metrics API增强,向后兼容
2、Metrics格式普罗米修斯化
3、重构Coordinator MetricsCollector
3. 资料变更
涉及
4. 接口变更
涉及
5. 测试结果
测试无问题
6. CheckList
[x] 代码注释完备
[x] 正确记录维测日志
[x] 是否有UT用例
[x] 若涉及多线程场景,考虑了并发场景,不存在死锁问题