grpc support in nodejs
#13423
|
Currently I are using gRPC to communicate between Next.js frontend Server and backend Server. and i asked chatgpt I Want Trace About Grpc Call Spec/Response |
Answered by
lforst
Aug 28, 2024
Replies: 1 comment 1 reply
|
Currently we don't support gRPC directly, but if the communication goes over the Node.js Http/Https API we will track performance by creating spans and also trace your requests across services. |
1 reply
Answer selected by
kode15333
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently we don't support gRPC directly, but if the communication goes over the Node.js Http/Https API we will track performance by creating spans and also trace your requests across services.