fix(plugins): repair missing clawhub installs

This commit is contained in:
Vincent Koc
2026-05-02 07:59:29 -07:00
parent 2244ba87b3
commit c7b5302acf
13 changed files with 376 additions and 165 deletions

View File

@@ -161,15 +161,17 @@ export OTEL_SERVICE_NAME="openclaw-gateway"
./scripts/docker/setup.sh
```
Install the official `@openclaw/diagnostics-otel` plugin in packaged Docker
installs before enabling export. Custom source-built images can still include
the local plugin source with `OPENCLAW_EXTENSIONS=diagnostics-otel`. To enable
export, allow and enable the `diagnostics-otel` plugin in config, then set
Install the official `@openclaw/diagnostics-otel` plugin from ClawHub in
packaged Docker installs before enabling export. Custom source-built images can
still include the local plugin source with
`OPENCLAW_EXTENSIONS=diagnostics-otel`. 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.
Prometheus metrics use the already-published Gateway port. Enable the
Prometheus metrics use the already-published Gateway port. Install
`clawhub:@openclaw/diagnostics-prometheus`, enable the
`diagnostics-prometheus` plugin, then scrape:
```text