DenoDDeno
Powered by
svenemtellS
Denoβ€’4mo 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
parent-span
  enqueue-span
  listen-queue-span


I use the commands
await queue.enqueue(msg)
await queue.enqueue(msg)
and
queue.listenQueue(async (msg) => ...
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.
OpenTelemetry
Deno banner
DenoJoin
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

How do I propagate OTEL context into a Worker?
Mark GMMark G / help
9mo ago
Workaround for deno with otel not exiting?
TrickedTTricked / help
9mo ago
deno deploy queues
tigawanaTtigawana / help
3y ago
deno queues on deploy
tigawanaTtigawana / help
3y ago