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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: