D
Deno
M
Deno
β’
9mo ago
β’
2 replies
Mark G
How do I propagate OTEL context into a Worker?
First
, should I expect that the context is propagated via postMessage to Workers automatically
?
I assumed not
, so I
've tried using
propagation.inject/extract
propagation.inject/extract
with a plain object as the carrier to pass the context in the message of
postMessage
postMessage
.
It appears that the carrier doesn
't contain any data
, when using Deno
's native OTEL
.
I
've tried also using the
NodeSDK
NodeSDK
directly too with Deno OTEL disabled
, and the carrier does appear to have a
traceparent
traceparent
.
Has anyone else managed to propagate into a Worker
?
Does this seem to be a bug in Deno
?
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
OTEL context propagation with queues
S
svenemtell / help
4mo ago
How do I patch a std api?
I
Industrial / help
4y ago
Issues with a Rust panic running workers and attempting to use `otel`
T
theANDYM / help
11mo ago