Conversation
…dency fix - Refs: T-20260225-009 - Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5254befb92
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| ### 次のステップ | ||
|
|
||
| - [ ] ConfigMap に `OTEL_LOG_LEVEL=debug` 環境変数を追加して再デプロイし、OTel 内部エラーを特定 |
There was a problem hiding this comment.
OTEL_LOG_LEVEL の適用手順を正しい配置先に修正する
OTEL_LOG_LEVEL を「ConfigMap に追加」するだけでは反映されません。argoproj/openclaw/deployment-openclaw.yaml では openclaw コンテナの環境変数は env で個別定義されており(104-181行)、openclaw-config は 395-397行で openclaw.json をボリュームとして渡しているだけで envFrom/configMapKeyRef がないため、ここにキーを増やしても Pod の環境変数は変化しません。この手順のままだと再デプロイ後も OTel デバッグログが有効化されず、原因調査が空振りになります。
Useful? React with 👍 / 👎.
PR #7123 反映後の openclaw_* メトリクス再検証結果。@opentelemetry/api エラーは解消されたがメトリクスは0/18のまま。新たな原因仮説と対応案を追記。Refs: T-20260225-009