Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BufferedWriter ¶
type BufferedWriter struct { FlushInterval int MetricsPerFlush int FlushCB funFlush WriteBufferSize int // contains filtered or unexported fields }
func (*BufferedWriter) GetChan ¶
func (b *BufferedWriter) GetChan() chan *schema.MetricData
func (*BufferedWriter) Loop ¶
func (b *BufferedWriter) Loop()
type Multiplexer ¶
type Multiplexer struct { Id int // contains filtered or unexported fields }
func (*Multiplexer) AddOut ¶
func (m *Multiplexer) AddOut(out Out)
func (*Multiplexer) Put ¶
func (m *Multiplexer) Put(metric *schema.MetricData)
func (*Multiplexer) Start ¶
func (m *Multiplexer) Start()
Click to show internal directories.
Click to hide internal directories.