Agent Logs and Telemetry
View container logs for debugging and real-time telemetry metrics in the agent header.
Logs
Open the agent detail page and click the Logs tab.
A fixed-height scrollable container displays Docker container stdout/stderr.
Logs auto-refresh with smart auto-scroll: new content scrolls to the bottom automatically, but scrolling stops if you scroll up manually.
GET /api/agents/{name}/logsget_agent_logs(name)Live Telemetry (Agent Header)
The agent header bar on the detail page displays live resource metrics:
Metrics auto-refresh every 10 seconds. API: GET /api/agents/{name}/stats
Host Telemetry (Dashboard Header)
Host-level CPU, memory, and disk usage are shown in the Dashboard header. API: GET /api/telemetry/host
Centralized Logging via Vector
All container logs are captured by the Vector log aggregator and written to structured JSON files:
/data/logs/platform.json/data/logs/agents.jsonLogs are enriched with container metadata (name, labels). To query agent logs directly:
docker exec trinity-vector sh -c "tail -50 /data/logs/agents.json" | jq .OpenTelemetry
Claude Code agents export OTel metrics including cost, token usage, and productivity. These metrics are available on the Dashboard.