What language of gRPC? On Friday, January 26, 2018 at 7:36:59 PM UTC-8, [email protected] wrote: > > 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/ad5c827c-cf4a-4b14-8d7b-d235639bf2ab%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
