Versions in this module Expand all Collapse all v0 v0.10.0 Dec 20, 2016 v0.9.0 Dec 7, 2016 Changes in this version + const TypeCounter + const TypeGauage + const TypeKeyValue + const TypeSet + const TypeTimer + type FlushHandler func(*Stats) + type Stats struct + Series [][]interface{} + Timestamp int64 + func (s *Stats) String() string + type Statsd struct + func NewStatsd(prefix string, flush time.Duration, onflush FlushHandler) *Statsd + func (statsd *Statsd) Counter(key string, value string) + func (statsd *Statsd) Feed(str string) error + func (statsd *Statsd) Gauage(key string, value string) + func (statsd *Statsd) KeyValue(key string, value string) + func (statsd *Statsd) Run() + func (statsd *Statsd) Set(key string, value string) + func (statsd *Statsd) Stop() + func (statsd *Statsd) Timer(key string, value string)