influxdb

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const Name = "influxdb"

Variables

This section is empty.

Functions

func NewInfluxDBExporter

func NewInfluxDBExporter(config *configuration.GatewayConfig) exporters.Exporter

Types

type InfluxDBExporter

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

func (*InfluxDBExporter) Export

func (e *InfluxDBExporter) Export(leaf *ctree.Leaf)

func (*InfluxDBExporter) Name

func (e *InfluxDBExporter) Name() string

func (*InfluxDBExporter) Start

func (e *InfluxDBExporter) Start(cache *cache.Cache) error

type Point

type Point struct {
	Tags        map[string]string
	Measurement string
	Fields      map[string]interface{}
	Timestamp   time.Time
}

Jump to

Keyboard shortcuts

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