samplingstore

package
v1.65.0 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Params added in v1.58.0

type Params struct {
	Client                 func() es.Client
	Logger                 *zap.Logger
	IndexPrefix            config.IndexPrefix
	IndexDateLayout        string
	IndexRolloverFrequency time.Duration
	Lookback               time.Duration
	MaxDocCount            int
}

func (*Params) PrefixedIndexName added in v1.58.0

func (p *Params) PrefixedIndexName() string

type SamplingStore

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

func NewSamplingStore

func NewSamplingStore(p Params) *SamplingStore

func (*SamplingStore) GetLatestProbabilities

func (s *SamplingStore) GetLatestProbabilities() (model.ServiceOperationProbabilities, error)

func (*SamplingStore) GetThroughput

func (s *SamplingStore) GetThroughput(start, end time.Time) ([]*model.Throughput, error)

func (*SamplingStore) InsertProbabilitiesAndQPS

func (s *SamplingStore) InsertProbabilitiesAndQPS(hostname string,
	probabilities model.ServiceOperationProbabilities,
	qps model.ServiceOperationQPS,
) error

func (*SamplingStore) InsertThroughput

func (s *SamplingStore) InsertThroughput(throughput []*model.Throughput) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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