Hello ๐Ÿ‘‹
# spicedb
p
Hello ๐Ÿ‘‹ Has anybody successfully correlated traces of one service calling spicedb, with spicedb traces? I can see OTEL traces of spicedb in my observability platform (Datadog), and the service's traces up to the grpc call, but seems like they aren't correlated. 1. I've configured both the service and spicedb to talk b3 format 2. Other services are being correlated with my initial service, it's just spicedb that doesn't seem to pickup the traces. Do you have any idea of what can I test out? any logs that I may look for? Thank you so much!
v
๐Ÿ‘‹ which client SDK are you using? in
authzed-go
, for example, you need to instrument it for the client to propagate the context over the h2 headers
p
Iยดm using authzed-java
v
well I don't have an example handy for authzed-java, but most likely you need to look into the opentelemetry java sdk and instrument your grpc connection with the otel bits. This is not specific to SpiceDB, but in general grpc/java/otel
p
thanks Victor!
14 Views