Manage Deep Agents Trace Export

View as Markdown

Manage sandbox instrumentation and the operator-owned host collector as separate lifecycle controls. NemoClaw does not start, stop, upgrade, or remove the collector.

Set the Sandbox Name

Set the target sandbox in the host shell:

$export SANDBOX_NAME=my-dcode

Stop or Restart the Collector

Stop and restart the collector without changing the sandbox:

$docker stop nemoclaw-otel-langsmith
$docker start nemoclaw-otel-langsmith

While the collector is stopped, trace delivery fails open and Deep Agents Code continues working.

Revoke Collector Reachability

Remove the policy preset to revoke collector reachability immediately:

$nemo-deepagents "$SANDBOX_NAME" policy-remove observability-otlp-local --yes

Removing the preset does not clear the recorded observability choice. A later rebuild restores the preset on Balanced and Open tiers. The Restricted tier continues to suppress it.

Disable Trace Export

Disable instrumentation persistently with a transactional rebuild:

$nemo-deepagents "$SANDBOX_NAME" rebuild --no-observability --yes

Finish active dcode tasks before running the rebuild. NemoClaw preserves declared agent state, managed MCP providers, and adapter state.

Remove or Reconfigure the Collector

Remove the collector only after every sandbox that uses it has tracing disabled or the preset removed:

$docker rm -f nemoclaw-otel-langsmith

Recreate the collector after changing its configuration, endpoint, project, workspace, or API key.