grpcbox icon indicating copy to clipboard operation
grpcbox copied to clipboard

Streaming interceptor that runs on end of stream

Open tsloughter opened this issue 6 years ago • 0 comments

Related to #2.

Right now the interceptor is only run when the user calls a grpcbox_client:recv_ function. This breaks the functionality of interceptors like opencensus that rely on the time difference to report span duration and metrics.

Maybe keeping those metrics and exposing them to interceptors would work or have the intercepts run in the stream process, which may come out of #2.

tsloughter avatar Jun 29 '18 21:06 tsloughter