Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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.GRPCServerSettings, strategyStore strategystore.StrategyStore, ) (*SamplingGRPCServer, error)
NewGRPC returns a new sampling gRPC Server.
type SamplingHTTPServer ¶
type SamplingHTTPServer struct {
// contains filtered or unexported fields
}
func NewHTTP ¶
func NewHTTP(telemetry component.TelemetrySettings, settings confighttp.HTTPServerSettings, strategyStore strategystore.StrategyStore) (*SamplingHTTPServer, error)
Click to show internal directories.
Click to hide internal directories.