svenemtellS
Denoβ€’3mo agoβ€’
1 reply
svenemtell

OTEL context propagation with queues

Using Deno queues I want to make a span hierarchy like this.
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
Learn how to implement observability in Deno applications using OpenTelemetry. Covers tracing, metrics collection, and integration with monitoring systems.
OpenTelemetry
Was this page helpful?