https://cerbos.dev logo
Title
j

Jan Kühnlein

01/31/2023, 9:08 AM
Hi, is it currently possible to pass a (parent) span id for jaeger to get complete traces?
c

Charith (Cerbos)

01/31/2023, 9:15 AM
Cerbos should automatically pickup the trace details from the request header. Is your client application sending them through?
j

Jan Kühnlein

01/31/2023, 9:15 AM
GRPC, so i suppose not
c

Charith (Cerbos)

01/31/2023, 9:17 AM
Oh, are you using the Javascript SDK?
j

Jan Kühnlein

01/31/2023, 9:18 AM
I’m using @cerbos/grpc (node/javascript)
And moleculer which configures tracing using the jaeger-client library
c

Charith (Cerbos)

01/31/2023, 9:21 AM
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

Jan Kühnlein

01/31/2023, 9:23 AM
Alright, thank you! Subscribed to the issue the get updates 🙂