Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartGRPCServer ¶
func StartGRPCServer(params *GRPCServerParams) (*grpc.Server, error)
StartGRPCServer based on the given parameters
Types ¶
type GRPCServerParams ¶
type GRPCServerParams struct {
TLSConfig tlscfg.Options
HostPort string
MetricHandler *metric.GRPCHandler
Logger *zap.Logger
OnError func(error)
}
GRPCServerParams to construct a new Jaeger Collector gRPC Server
Click to show internal directories.
Click to hide internal directories.