influxdb

package
v0.0.6-beta1 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WriteToInfluxDB

func WriteToInfluxDB(event events.Event)

Types

type Client

type Client interface {
	WriteAPI(org, bucket string) WriteAPI
}

type RealClient

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

func (*RealClient) WriteAPI

func (r *RealClient) WriteAPI(org, bucket string) WriteAPI

type RealWriteAPI

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

func (*RealWriteAPI) Flush

func (r *RealWriteAPI) Flush()

func (*RealWriteAPI) WritePoint

func (r *RealWriteAPI) WritePoint(p *write.Point)

type WriteAPI

type WriteAPI interface {
	WritePoint(p *write.Point)
	Flush()
}

Jump to

Keyboard shortcuts

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