Versions in this module Expand all Collapse all v1 v1.0.0 Oct 16, 2017 Changes in this version + const BidiStream + const ClientStream + const ServerStream + const Unary + func EnableClientHandlingTimeHistogram(opts ...HistogramOption) + func EnableHandlingTimeHistogram(opts ...HistogramOption) + func Register(server *grpc.Server) + func StreamClientInterceptor(ctx context.Context, desc *grpc.StreamDesc, cc *grpc.ClientConn, method string, ...) (grpc.ClientStream, error) + func StreamServerInterceptor(srv interface{}, ss grpc.ServerStream, info *grpc.StreamServerInfo, ...) error + func UnaryClientInterceptor(ctx context.Context, method string, req, reply interface{}, ...) error + func UnaryServerInterceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error) + type HistogramOption func(*prom.HistogramOpts) + func WithHistogramBuckets(buckets []float64) HistogramOption