(ctx context.Context, r *recorderWrapper)
| 179 | } |
| 180 | |
| 181 | func newContextWithRecorderWrapper(ctx context.Context, r *recorderWrapper) context.Context { |
| 182 | return context.WithValue(ctx, callMetricsRecorderCtxKey{}, r) |
| 183 | } |
| 184 | |
| 185 | // wrappedStream wraps the grpc.ServerStream received by the streaming |
| 186 | // interceptor. Overrides only the Context() method to return a context which |