Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*opts)
func WithLabels ¶
func WithNamespace ¶
func WithRegisterer ¶
func WithRegisterer(registerer prometheus.Registerer) Option
func WithServiceName ¶
func WithSubsystem ¶
type ServerInterceptor ¶
type ServerInterceptor interface { Unary() grpc.UnaryServerInterceptor Stream() grpc.StreamServerInterceptor }
func New ¶
func New(opts ...Option) ServerInterceptor
Click to show internal directories.
Click to hide internal directories.