Thread Details
View thread information, inputs, and outputs
Loading thread details...
Error Loading Thread
Back to ThreadsOverview
Progress
Error Details
Lifecycle timeline
State changes, progress, errors, and retries from the observability API.
Execution logs
Structured server/worker logs and stdout/stderr. Filters call GET /threads/{id}/logs (Elasticsearch: full history; file DB: in-memory buffer). Use Live stream for a
WebSocket tail (direct server only). Through the proxy, use Auto-refresh instead.
—
APM trace
Waterfall from Elasticsearch when STORAGE_TYPE=elasticsearch
and spans are tagged with task_framework.thread_id (OTel index, e.g. traces-generic.otel-default).
OpenTelemetry metrics
Histograms such as task_framework.thread.execution.duration and
task_framework.thread.queue.duration are emitted with a
task_id attribute and land in Elasticsearch (e.g. metrics-generic.otel-default) — not as one document per thread.
Use Kibana / Discover on that data stream for aggregates, or the admin Observability page for in-process gauges.