Effect CommunityEC
Effect Community•15mo ago•
2 replies
Patrick Roza

Understanding Classic Request Resolver and Cache Span Disassociation

classic request resolver / cache span disassociation happening in RPC?
the http client/server post is next to the rpc span tree.
(code 422, ?action=GetMe is me experimenting with improving DX surrounding browser RPC http calls)

I would expect http.client POST to be inside Rpc.request GetMe
and Me.GetMe to be inside http.server POST
(have to check what that dangling POST span is exactly 😄, oh, auto instrumentation I guess @opentelemetry/instrumentation-http)
Screenshot_2024-10-10_at_09.49.35.png
Was this page helpful?