internal

package
v0.99.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 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.83.0

func NewRemoteStrategyStore(
	conn *grpc.ClientConn,
	grpcClientSettings *configgrpc.ClientConfig,
	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 added in v0.58.0

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

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

func NewGRPC added in v0.58.0

func NewGRPC(
	telemetry component.TelemetrySettings,
	settings configgrpc.ServerConfig,
	strategyStore strategystore.StrategyStore,
) (*SamplingGRPCServer, error)

NewGRPC returns a new sampling gRPC Server.

func (*SamplingGRPCServer) Shutdown added in v0.58.0

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 added in v0.58.0

func (s *SamplingGRPCServer) Start(ctx context.Context, host component.Host) error

type SamplingHTTPServer

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

func (*SamplingHTTPServer) Shutdown

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

func (*SamplingHTTPServer) Start

func (h *SamplingHTTPServer) Start(ctx context.Context, host component.Host) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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