proxy

package
v1.31.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHedgingProxy added in v1.1.0

func NewHedgingProxy(
	delegate datastore.Datastore,
	initialSlowRequestThreshold time.Duration,
	maxSampleCount uint64,
	hedgingQuantile float64,
) (datastore.Datastore, error)

NewHedgingProxy creates a proxy which performs request hedging on read operations according to the specified config.

func NewObservableDatastoreProxy added in v1.14.0

func NewObservableDatastoreProxy(d datastore.Datastore) datastore.Datastore

NewObservableDatastoreProxy creates a new datastore proxy which adds tracing and metrics to the datastore.

func NewReadonlyDatastore

func NewReadonlyDatastore(delegate datastore.Datastore) datastore.Datastore

NewReadonlyDatastore creates a proxy which disables write operations to a downstream delegate datastore.

func NewSingleflightDatastoreProxy added in v1.27.0

func NewSingleflightDatastoreProxy(d datastore.Datastore) datastore.Datastore

NewSingleflightDatastoreProxy creates a new Datastore proxy which deduplicates calls to Datastore methods that can share results.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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