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
- v0.13.2
- Published
- Mar 19, 2015
- Platform
- linux/amd64
- Imports
- 5 packages
- Last checked
- 6 minutes ago –
Tools for package owners.