Documentation ¶
Index ¶
- func Adapters() []string
- func New(config *config.Stats) (stats.Stats, error)
- func Register(name string, adapter Adapter)
- type Adapter
- type Void
- func (s *Void) Count(key string, n interface{}, meta ...map[string]string)
- func (s *Void) Dec(key string, meta ...map[string]string)
- func (s *Void) Gauge(key string, n interface{}, meta ...map[string]string)
- func (s *Void) Histogram(key string, n interface{}, tags ...map[string]string)
- func (s *Void) Inc(key string, meta ...map[string]string)
- func (s *Void) SetLogger(l log.Logger)
- func (s *Void) Start()
- func (s *Void) Stop()
- func (s *Void) Timing(key string, t time.Duration, meta ...map[string]string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.