Hi Guys, I am writing a grpc based library with built in support for metrics capturing among other things. The idea is that an interceptor on the server will capture metrics before and after the call it delegated the the intended service.
That's working fine but how do I find the timestamp when the client initiated the call to calculate the end to end latency. Is this something that needs to be added as another interceptor on the client side? If so, what's the best place to put the timestamp, in the header I suppose? Or is there an easier way (in built by grpc) to access the timestamp from the client? Cheers -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/9ae0a044-3874-47f6-b69d-4bbe5883bb47%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
