From 301391623208cbde3540d43bc08706030bf292d2 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 26 Apr 2026 03:50:31 -0700 Subject: [PATCH] Update docker.md --- docs/install/docker.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index 24589c5e35e..6d71876d486 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -160,9 +160,13 @@ export OTEL_SERVICE_NAME="openclaw-gateway" ./scripts/docker/setup.sh ``` -The official OpenClaw Docker release image includes `diagnostics-otel` -dependencies. To enable export, allow and enable the `diagnostics-otel` plugin -in config, then set `diagnostics.otel.enabled=true` or use the config example in +The official OpenClaw Docker release image includes the bundled +`diagnostics-otel` plugin source. Depending on the image and cache state, the +Gateway may still stage plugin-local OpenTelemetry runtime dependencies the +first time the plugin is enabled, so allow that first boot to reach the package +registry or prewarm the image in your release lane. To enable export, allow and +enable the `diagnostics-otel` plugin in config, then set +`diagnostics.otel.enabled=true` or use the config example in [OpenTelemetry export](/gateway/opentelemetry). Collector auth headers are configured through `diagnostics.otel.headers`, not through Docker environment variables.