Adds a server side unary RPC interceptor which includes basic stats. We could also use this to add a server request ID to the context.Context to identify the call through the system, but really I'd rather do that on the client side before the RPC is sent which requires the client interceptor implementation upstream. Also updates google.golang.org/grpc. Updates #1880. |
||
|---|---|---|
| .. | ||
| metrics.go | ||
| metrics_test.go | ||
| mock_statsd.go | ||
| scope.go | ||
| scope_test.go | ||