package influxdb
import "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 ¶
- Version
- v0.19.4
- Published
- Nov 27, 2015
- Platform
- darwin/amd64
- Imports
- 5 packages
- Last checked
- 18 minutes ago –
Tools for package owners.