Update docker.md · openclaw/openclaw@3013916
vincentkoc
·
2026-04-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -160,9 +160,13 @@ export OTEL_SERVICE_NAME="openclaw-gateway"
|
160 | 160 | ./scripts/docker/setup.sh |
161 | 161 | ``` |
162 | 162 | |
163 | | -The official OpenClaw Docker release image includes `diagnostics-otel` |
164 | | -dependencies. To enable export, allow and enable the `diagnostics-otel` plugin |
165 | | -in config, then set `diagnostics.otel.enabled=true` or use the config example in |
| 163 | +The official OpenClaw Docker release image includes the bundled |
| 164 | +`diagnostics-otel` plugin source. Depending on the image and cache state, the |
| 165 | +Gateway may still stage plugin-local OpenTelemetry runtime dependencies the |
| 166 | +first time the plugin is enabled, so allow that first boot to reach the package |
| 167 | +registry or prewarm the image in your release lane. To enable export, allow and |
| 168 | +enable the `diagnostics-otel` plugin in config, then set |
| 169 | +`diagnostics.otel.enabled=true` or use the config example in |
166 | 170 | [OpenTelemetry export](/gateway/opentelemetry). Collector auth headers are |
167 | 171 | configured through `diagnostics.otel.headers`, not through Docker environment |
168 | 172 | variables. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。