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.
—
APM trace
Waterfall from Elasticsearch when STORAGE_TYPE=elasticsearch
and spans are tagged with komus_tasks.thread_id (OTel index, e.g. traces-generic.otel-default).
OpenTelemetry metrics
Histograms such as komus_tasks.thread.execution.duration and
komus_tasks.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.