Documentation ¶
Overview ¶
Package lrs implements load reporting service for xds balancer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { CallDropped(category string) CallStarted(l internal.Locality) CallFinished(l internal.Locality, err error) CallServerLoad(l internal.Locality, name string, d float64) ReportTo(ctx context.Context, cc *grpc.ClientConn) }
Store defines the interface for a load store. It keeps loads and can report them to a server when requested.
Click to show internal directories.
Click to hide internal directories.