Versions in this module Expand all Collapse all v1 v1.0.3 Sep 28, 2022 v1.0.2 Sep 28, 2022 Changes in this version + func BreakerInterceptor(ctx context.Context, method string, req, reply interface{}, ...) error + func DurationInterceptor(ctx context.Context, method string, req, reply interface{}, ...) error + func PrometheusInterceptor(ctx context.Context, method string, req, reply interface{}, ...) error + func SetSlowThreshold(threshold time.Duration) + func StreamTracingInterceptor(ctx context.Context, desc *grpc.StreamDesc, cc *grpc.ClientConn, method string, ...) (grpc.ClientStream, error) + func TimeoutInterceptor(timeout time.Duration) grpc.UnaryClientInterceptor + func UnaryTracingInterceptor(ctx context.Context, method string, req, reply interface{}, ...) error