OTEL context propagation with queues
Using Deno queues I want to make a span hierarchy like this.
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