You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If i need to measure the time taken for a rpc connection over TLS, i may need to track connection establishment time, handshake duration, and request latency. Are there specific recommended for this, and how can they be implemented in practice? How can this be done technically?
The text was updated successfully, but these errors were encountered:
Hi, thanks for filing this issue. First of all, are you using v1 or v2?
Getting this information from gRPC isn't currently possible. It's possible for us to get this information and expose it but designing the right API here quires some consideration.
Thanks for your reply! We are using v1. But we will be upgrading to v2 in the future.
It’s really important for us to get insights into connection establishment time, handshake duration, and request latency. This would help us better analyze the performance of RPC connections over TLS. It would be great if such functionality could be added.
If i need to measure the time taken for a rpc connection over TLS, i may need to track connection establishment time, handshake duration, and request latency. Are there specific recommended for this, and how can they be implemented in practice? How can this be done technically?
The text was updated successfully, but these errors were encountered: