grpc

package
v0.119.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GRPCHandler

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

GRPCHandler is sampling strategy handler for gRPC.

func NewGRPCHandler

func NewGRPCHandler(provider source.Source) GRPCHandler

NewGRPCHandler creates a handler that controls sampling strategies for services.

func (GRPCHandler) GetSamplingStrategy

GetSamplingStrategy returns sampling decision from store.

type SamplingGRPCServer

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

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

func NewGRPC

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

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

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

Jump to

Keyboard shortcuts

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