已合并
feat(observability): 在 Grafana 可视化展示 metrics 指标以及 ms_service_metric 指标 #202
LinWei100创建于 6月1日
feat(observability): 在 Grafana 可视化展示 metrics 指标以及 ms_service_metric 指标 #202
已合并
Pull Request已成功合入, 合并人@wangyang
(感谢 LinWei100 的贡献)examples/features/observability/stack/start.sh
已过期
@@ -0,0 +70,5 @@
70+echo "[start] starting stack with profiles: ${PROFILES:-<none>}"
71+"${DOCKER_BIN}" compose "${PROFILE_ARGS[@]}" up -d --build
72+
73+# shellcheck disable=SC2046
74+GRAFANA_PORT="$(grep -E '^GRAFANA_PORT=' .env 2>/dev/null | tail -n1 | cut -d= -f2)"
75+GRAFANA_PORT="${GRAFANA_PORT:-3000}"
【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:ShellCheck,请Committer检视其合理性。


examples/features/observability/stack/start.sh
已过期
@@ -0,0 +70,5 @@
70+echo "[start] starting stack with profiles: ${PROFILES:-<none>}"
71+"${DOCKER_BIN}" compose "${PROFILE_ARGS[@]}" up -d --build
72+
73+# shellcheck disable=SC2046
74+GRAFANA_PORT="$(grep -E '^GRAFANA_PORT=' .env 2>/dev/null | tail -n1 | cut -d= -f2)"
75+GRAFANA_PORT="${GRAFANA_PORT:-3000}"
【openlibing.ci】识别到代码检查告警抑制注释,匹配工具:ShellCheck,请Committer检视其合理性。


6月1日 添加了label:stat/needs-squash
6月1日 添加了label:ascend-cla/yes
ascend-robot
6月1日 评论:
6月1日 评论:
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:lgtm (requires ≥ 2 person(s) per module)、approve (requires ≥ 1 person(s) per module)
Module Approval Details
| module | lgtm status | approve status |
|---|---|---|
| repo-Ascend/MindIE-PyMotor | ❌ tobking (1/2)(You can also ask: 马嘶鸣, dljzx, 陈波, coding-lz, 彭晓) | ❌ (0/1)(You can also ask: 吴铭泾, you-zhiyuan-0511, 彭晓, guanxinghua, tobking) |
💡 Tip:
- Committer can comment
/approveor/lgtm- Commenting
/approveimplies both code review (lgtm) and intent to merge (approve)
CLA Signature Pass
LinWei100, thanks for your pull request. All authors of the commits have signed the CLA. 👍


此处折叠了544条消息 查看更多
6月3日 删除了label:ci-pipeline-running
6月3日 添加了label:ci-pipeline-passed
ascend-robot
6月3日 评论:
6月3日 评论:
tobking
6月3日 评论:
6月3日 评论:
/lgtm


6月3日 合入了pull request
1. 合入背景
2. 修改内容
3. 资料变更
4. 接口变更
5. 测试结果
6. CheckList
[ ] 代码注释完备
[ ] 正确记录维测日志
[ ] 是否有UT用例
[ ] 若涉及多线程场景,考虑了并发场景,不存在死锁问题