Documentation ¶
Index ¶
- type GaugeCall
- type IncCall
- type Statter
- func (s *Statter) Gauge(metric string, value int64)
- func (s *Statter) GaugeCalls() []GaugeCall
- func (s *Statter) Inc(metric string, value int64)
- func (s *Statter) IncCalls() []IncCall
- func (s *Statter) TimingDuration(metric string, value time.Duration)
- func (s *Statter) TimingDurationCalls() []TimingDurationCall
- type TimingDurationCall
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Statter ¶
type Statter struct {
// contains filtered or unexported fields
}
func NewStatter ¶
func NewStatter() *Statter
func (*Statter) GaugeCalls ¶
func (*Statter) TimingDuration ¶
func (*Statter) TimingDurationCalls ¶
func (s *Statter) TimingDurationCalls() []TimingDurationCall
type TimingDurationCall ¶
Click to show internal directories.
Click to hide internal directories.