Add tracing spans in Docker adapter and sandbox usecases #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
CreateSandbox,CleanupExpiredSandboxes, andDockerSandboxRuntimecurrently log key lifecycle events, but they do not emit tracing spans for sandbox orchestration steps.Problem
This makes it hard to correlate:
Proposal
Add tracing instrumentation behind existing observability ports:
CreateSandbox.executeCleanupExpiredSandboxes.executeDockerSandboxRuntime.createDockerSandboxRuntime.stopDockerSandboxRuntime.list_active_sessionsSuggested span attrs
chat.idsession.idcontainer.idsandbox.expires_atsandbox.operationsandbox.resulterror.typeNotes
adapter/docker/Done when