Versions in this module Expand all Collapse all v0 v0.2.0 Jul 27, 2016 v0.1.0 Jun 7, 2016 Changes in this version + type Emitter struct + func NewEmitter(network, address string, metricsPrefix string, flushInterval time.Duration, ...) *Emitter + func NewEmitterDial(dialer conn.Dialer, network, address string, metricsPrefix string, ...) *Emitter + func (e *Emitter) Flush() + func (e *Emitter) NewCounter(name string) metrics.Counter + func (e *Emitter) NewGauge(name string) metrics.Gauge + func (e *Emitter) NewHistogram(name string, minValue, maxValue int64, sigfigs int, quantiles ...int) (metrics.Histogram, error) + func (e *Emitter) Stop()