sinks

package
v0.0.0-...-9459b36 Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2014 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Data

type Data interface{}

type InfluxdbSink

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

func (*InfluxdbSink) StoreData

func (self *InfluxdbSink) StoreData(ip Data) error

type MemorySink

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

func (*MemorySink) StoreData

func (self *MemorySink) StoreData(data Data) error

type Sink

type Sink interface {
	StoreData(data Data) error
}

func NewBigQuerySink

func NewBigQuerySink() (Sink, error)

Create a new bigquery storage driver. machineName: A unique identifier to identify the host that current cAdvisor instance is running on. tableName: BigQuery table used for storing stats.

func NewInfluxdbSink

func NewInfluxdbSink() (Sink, error)

func NewMemorySink

func NewMemorySink() Sink

func NewSink

func NewSink() (Sink, error)

Jump to

Keyboard shortcuts

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