weighted

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init added in v0.9.0

func Init() error

Init registers the weighted balancer with the balancer registry.

Types

type Balancer added in v0.10.0

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

Balancer selects an endpoint based on weighted random selection.

func NewBalancer

func NewBalancer(endpoints []*target.Endpoint) (*Balancer, error)

NewBalancer creates a new weighted balancer with the given endpoints.

func (*Balancer) Select added in v0.10.0

Select picks an endpoint using weighted random selection, skipping unhealthy endpoints.

Jump to

Keyboard shortcuts

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