Documentation ¶
Overview ¶
Package v8 contains code for importing data from 0.8 instances of InfluxDB.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Path string // Path to import data. Version string Compressed bool // Whether import data is gzipped. PPS int // points per second importer imports with. client.Config }
Config is the config used to initialize a Importer importer
type Importer ¶
type Importer struct {
// contains filtered or unexported fields
}
Importer is the importer used for importing 0.8 data
func NewImporter ¶
NewImporter will return an intialized Importer struct
Click to show internal directories.
Click to hide internal directories.