package
1.0.3
Repository: https://github.com/go-ll/mrpc.git
Documentation: pkg.go.dev

# Functions

DontLogContentForMethod disable logging content for given method.
SetSlowThreshold sets the slow threshold.
StreamBreakerInterceptor is an interceptor that acts as a circuit breaker.
StreamCrashInterceptor catches panics in processing stream requests and recovers.
StreamTracingInterceptor returns a grpc.StreamServerInterceptor for opentelemetry.
UnaryBreakerInterceptor is an interceptor that acts as a circuit breaker.
UnaryCrashInterceptor catches panics in processing unary requests and recovers.
UnaryPrometheusInterceptor reports the statistics to the prometheus server.
UnarySheddingInterceptor returns a func that does load shedding on processing unary requests.
UnaryStatInterceptor returns a func that uses given metrics to report stats.
No description provided by the author
UnaryTracingInterceptor is a grpc.UnaryServerInterceptor for opentelemetry.