internal

package
v0.38.0-rc.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2023 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRemoteStrategyStore added in v0.37.0

func NewRemoteStrategyStore(
	conn *grpc.ClientConn,
	grpcClientSettings *configgrpc.GRPCClientSettings,
	reloadInterval time.Duration,
) (strategystore.StrategyStore, io.Closer)

NewRemoteStrategyStore returns a StrategyStore that delegates to the configured Jaeger gRPC endpoint, making extension-configured enhancements (header additions only for now) to the gRPC context of every outbound gRPC call. Note: it would be nice to expand the configuration surface to include an optional TTL-based caching behavior for service-specific outbound GetSamplingStrategy calls.

Types

type SamplingGRPCServer

type SamplingGRPCServer struct {
	// contains filtered or unexported fields
}

SamplingGRPCServer implements component.Component to make the life cycle easy to manage.

func NewGRPC

NewGRPC returns a new sampling gRPC Server.

func (*SamplingGRPCServer) Shutdown

func (s *SamplingGRPCServer) Shutdown(ctx context.Context) error

Shutdown tries to terminate connections gracefully as long as the passed context is valid.

func (*SamplingGRPCServer) Start

type SamplingHTTPServer

type SamplingHTTPServer struct {
	// contains filtered or unexported fields
}

func (*SamplingHTTPServer) Shutdown

func (h *SamplingHTTPServer) Shutdown(ctx context.Context) error

func (*SamplingHTTPServer) Start

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL