Documentation
¶
Index ¶
- type Metrics
- func (self *Metrics) Decrement(metric string)
- func (self *Metrics) Increment(metric string)
- func (self *Metrics) IncrementBy(metric string, count int)
- func (self *Metrics) Prefix(newPrefix string)
- func (self *Metrics) Snapshot() map[string]interface{}
- func (self *Metrics) Timer(metric string, value int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
func (*Metrics) IncrementBy ¶
Change the value of a counter
Click to show internal directories.
Click to hide internal directories.