Propagate OpenTelemetry trace context into job spans #179
Labels
No labels
kind
bug
kind
enhancement
wayfinder
grilling
wayfinder
map
wayfinder
prototype
wayfinder
research
wayfinder
task
workflow
needs-info
workflow
needs-triage
workflow
ready-for-agent
workflow
ready-for-human
workflow
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
rosa/vernier#179
Loading…
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?
apalis v1 can carry tracing context in task metadata, linking the span that enqueued a job (e.g. the upload request) to the span of its later execution. Vernier already has opt-in OTLP span export, so this would connect request traces to background work. Requires the contextual tracing layer on workers and stamping context at enqueue. Deferred from #177 to keep the upgrade behavior-identical.