Archive

337 posts · Page 15 of 29. ← Blog

Pratik Dhanave · ·1 min read

Workflow Observability

Turn a workflow run into a tree of OpenTelemetry spans — workflow.build, workflow.run, executor.process, edge_group.process, message.send — with one setup call.

Trace a workflow with configure_otel_providers and a root span. The framework emits workflow.build, workflow.run, executor.process, edge_group.process, message.send spans.