ingest

package
v0.0.0-...-15bd12c Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2022 License: BSD-2-Clause Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ingester

type Ingester interface {
	io.Closer
	Ingest(key string, val string, sample_prefix bool) error
	IngestSet(key string, val []string, sample_prefix bool) error
	IngestTS(key string, timestamp int64, val float64, sample_prefix bool) error
}

Ingester handles storing key/value pairs in a data store

func NewSample

func NewSample(host string) (ing Ingester, err error)

Create new Ingester for starting a sample writing down start time

Jump to

Keyboard shortcuts

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