Versions in this module Expand all Collapse all v0 v0.8.0 Jun 24, 2017 Changes in this version + type StatsDConfig struct + Host string + IntervalInSeconds time.Duration + Namespace string + Port int + type StatsDModule struct + func (this StatsDModule) Decrement(category, key string) + func (this StatsDModule) DecrementBy(category, key string, value int64) + func (this StatsDModule) Gauge(category, key string, v int64) + func (this StatsDModule) Increment(category, key string) + func (this StatsDModule) IncrementBy(category, key string, value int64) + func (this StatsDModule) Name() string + func (this StatsDModule) Start(cfg *Config) + func (this StatsDModule) Stat(category, key string) int64 + func (this StatsDModule) StatsAll() *[]byte + func (this StatsDModule) Stop() error + func (this StatsDModule) Timing(category, key string, v int64) + type StatsStoreModule struct + func (this StatsStoreModule) Decrement(category, key string) + func (this StatsStoreModule) DecrementBy(category, key string, value int64) + func (this StatsStoreModule) Gauge(category, key string, v int64) + func (this StatsStoreModule) Increment(category, key string) + func (this StatsStoreModule) IncrementBy(category, key string, value int64) + func (this StatsStoreModule) Name() string + func (this StatsStoreModule) Start(cfg *Config) + func (this StatsStoreModule) Stat(category, key string) int64 + func (this StatsStoreModule) StatsAll() *[]byte + func (this StatsStoreModule) Stop() error + func (this StatsStoreModule) Timing(category, key string, v int64)