metrics

package
v0.0.0-...-a64bcf8 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GeneratorRandomNames

func GeneratorRandomNames(count int) ([]string, bool)

Types

type Factory

type Factory interface {
	Handler() http.Handler
	Run(<-chan struct{})
}

func NewFactory

func NewFactory(cfg *config.FactoryConfig) (Factory, error)

type SampleGenerator

type SampleGenerator interface {
	Get() float64
}

func NewSampleGenerator

func NewSampleGenerator(cfg *config.SampleGeneratorConfig) (SampleGenerator, error)

Jump to

Keyboard shortcuts

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