@Perseus 👋🏻 OTel tracing should work with the gRPC server, as we integrate the gRPC OTel middleware. I'm not so sure about the REST Gateway tho
p
Perseus
12/28/2022, 10:56 AM
the tracing itself is working, i was looking into trace id propagation across services
right now, spicedb creates a new trace id for any request that goes to it (instead of picking it up from propagation headers if available). so I can't associate a call on my service to a call on spicedb
v
vroldanbet
12/28/2022, 1:27 PM
Do you have the chance to test it with gRPC calls to see if there is trace propagation there?