<@192894940240543745> 👋🏻 OTel tracing should wor...
# spicedb
v
@perseus29 👋🏻 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
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
Do you have the chance to test it with gRPC calls to see if there is trace propagation there?