Distributed tracing #322
evdokimovn
started this conversation in
General
Replies: 2 comments 1 reply
-
👋🏻 Hey @evdokimovn, Which version of OpenFGA are you using? We shipped a fix for grpc trace propagation as part of v1.5.5 that I think might potentially solve the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@evdokimovn can you elaborate on how you are using tracing and what problem were you trying to solve? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a support for tracing but as far as I can tell if a request contains trace propagation headers those are not extracted from the original request. To me it seems that it should happen in the PB code (https://github.com/openfga/api/blob/main/proto/openfga/v1/openfga_service.pb.gw.go). Or is not entirely true? Did anyone had any luck with distributed tracing?
Beta Was this translation helpful? Give feedback.
All reactions