Hi, is it currently possible to pass a (parent) sp...
# help
j
Hi, is it currently possible to pass a (parent) span id for jaeger to get complete traces?
c
Cerbos should automatically pickup the trace details from the request header. Is your client application sending them through?
j
GRPC, so i suppose not
c
Oh, are you using the Javascript SDK?
j
I’m using @cerbos/grpc (node/javascript)
And moleculer which configures tracing using the jaeger-client library
c
Right. There are some instrumentation problems in that particular SDK that we are aware of: https://github.com/cerbos/cerbos-sdk-javascript/issues/386
j
Alright, thank you! Subscribed to the issue the get updates 🙂