# Packages
No description provided by the author
# Functions
InstrumentedDialer returns an instrumented dialer for use with grpc.WithDialer, reporting dialing metrics using the given id, metricsNamespace, and registry.
NewStreamClientInterceptor returns an interceptor for stream client calls which will report metrics using the given registry.
NewStreamServerInterceptor returns an interceptor for stream server calls which will report metrics to the given provider.
NewUnaryClientInterceptor returns an interceptor for unary client calls which will report metrics using the given registry.
NewUnaryServerInterceptor returns an interceptor for unary server calls which will report metrics to the given provider.