package lrs
import "google.golang.org/grpc/balancer/xds/lrs"
Package lrs implements load reporting service for xds balancer.
Index ¶
Types ¶
type Store ¶
type Store interface { CallDropped(category string) 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.
func NewStore ¶
NewStore creates a store for load reports.
Source Files ¶
lrs.go
- Version
- v1.21.1
- Published
- Jun 4, 2019
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 35 minutes ago –
Tools for package owners.