svenemtell
svenemtell7h ago

OTEL context propagation with queues

Using Deno queues I want to make a span hierarchy like this.
parent-span
enqueue-span
listen-queue-span
parent-span
enqueue-span
listen-queue-span
I use the commands await queue.enqueue(msg) and queue.listenQueue(async (msg) => ... and I've read https://docs.deno.com/runtime/fundamentals/open_telemetry/#context-propagation but haven't been able to get the listen-queue-span as a child of the parent-span. Any help is greatly appreciated!
Deno
OpenTelemetry
Learn how to implement observability in Deno applications using OpenTelemetry. Covers tracing, metrics collection, and integration with monitoring systems.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?