influxdb

package
v0.0.0-...-c2832fb Latest Latest
Warning

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

Go to latest
Published: Feb 29, 2016 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Influxdb

func Influxdb(r metrics.Registry, d time.Duration, config *Config)

func Influxdb09

func Influxdb09(r metrics.Registry, d time.Duration, config *Config)

Types

type Config

type Config struct {
	URL       url.URL
	Database  string
	Username  string
	Password  string
	UserAgent string
}

type Series

type Series struct {
	Name    string   `json:"name"`
	Columns []string `json:"columns"`
	Points  [][]interface{}
}

Jump to

Keyboard shortcuts

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