package influxdb

import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/google/cadvisor/storage/influxdb"

Index

Functions

func New

func New(machineName,
	tablename,
	database,
	username,
	password,
	influxdbHost string,
	isSecure bool,
	bufferDuration time.Duration,
) (*influxdbStorage, error)

machineName: A unique identifier to identify the host that current cAdvisor instance is running on. influxdbHost: The host which runs influxdb.

Source Files

influxdb.go

Version
v1.1.9-beta.0
Published
Feb 23, 2016
Platform
linux/amd64
Imports
5 packages
Last checked
1 minute ago

Tools for package owners.