mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 14:20:44 +00:00
fix(plugins): repair missing clawhub installs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user