Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*config)
func WithAttributes ¶
func WithMeterProvider ¶
func WithMeterProvider(provider metric.MeterProvider) Option
func WithServerName ¶
func WithSubsystem ¶
type ServerInterceptor ¶
type ServerInterceptor interface { UnaryServerInterceptor() grpc.UnaryServerInterceptor StreamServerInterceptor() grpc.StreamServerInterceptor }
func New ¶
func New(opts ...Option) ServerInterceptor
Click to show internal directories.
Click to hide internal directories.