# Functions
BufferStreamInterceptor returns a stream interceptor that inserts log buffer into context.Context for sampling.Handler.
BufferUnaryInterceptor returns a unary interceptor that inserts log buffer into context.Context for sampling.Handler.
No description provided by the author
NewConfigServiceServer creates a new ConfigServiceServer with the provided configs.
NewSlogger creates a new Slogger with the given slog.Handler.
RecoveryStreamInterceptor returns a stream interceptor that recovers from gRPC handler panic.
RecoveryUnaryInterceptor returns a unary interceptor that recovers from gRPC handler panic.
# Structs
ConfigServiceServer is an implementation of [pb.ConfigServiceServer].
Slogger is a grpclog.LoggerV2 implementation with slog.Logger.