vmimport

package
v1.33.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InsertHandler

func InsertHandler(req *http.Request) error

InsertHandler processes `/api/v1/import` request.

See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6

Types

type Row

type Row struct {
	Tags       []Tag
	Values     []float64
	Timestamps []int64
}

Row is a single row from `/api/v1/import` request.

type Rows

type Rows struct {
	Rows []Row
	// contains filtered or unexported fields
}

Rows contains parsed rows from `/api/v1/import` request.

func (*Rows) Reset

func (rs *Rows) Reset()

Reset resets rs.

func (*Rows) Unmarshal

func (rs *Rows) Unmarshal(s string)

Unmarshal unmarshals influx line protocol rows from s.

See https://docs.influxdata.com/influxdb/v1.7/write_protocols/line_protocol_tutorial/

s must be unchanged until rs is in use.

type Tag

type Tag struct {
	Key   []byte
	Value []byte
}

Tag represents `/api/v1/import` tag.

Jump to

Keyboard shortcuts

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