remotewrite

package
v0.34.1 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2022 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrConvertPutInputToRequest = errors.New("failed to convert putInput into a http.Request")
	ErrMakingRequest            = errors.New("failed to make request")
	ErrNotOkResponse            = errors.New("response not ok")
)

Functions

This section is empty.

Types

type Client

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

func NewClient

func NewClient(logger logrus.FieldLogger, reg prometheus.Registerer, targetName string, cfg config.RemoteWriteTarget) *Client

func (*Client) Ingest

func (r *Client) Ingest(ctx context.Context, in *ingestion.IngestInput) error

type IngestionQueue

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

this queue was based off storage/queue.go TODO(eh-am): merge with that one

func NewIngestionQueue

func NewIngestionQueue(logger logrus.FieldLogger, reg prometheus.Registerer, ingester ingestion.Ingester, targetName string, cfg config.RemoteWriteTarget) *IngestionQueue

NewIngestionQueue creates an IngestionQueue Notice how a config.RemoteWriteTarget is taken as argument, even though not all fields are used. This is done to simplify the API, as the alternative is to take multiple arguments

func (*IngestionQueue) Ingest

func (q *IngestionQueue) Ingest(ctx context.Context, input *ingestion.IngestInput) error

func (*IngestionQueue) Stop

func (q *IngestionQueue) Stop()

Jump to

Keyboard shortcuts

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