Documentation
¶
Index ¶
- type Client
- func (_m *Client) AddCounter(scope int, counter int, delta int64)
- func (_m *Client) IncCounter(scope int, counter int)
- func (_m *Client) RecordDistribution(scope int, timer int, d int)
- func (_m *Client) RecordTimer(scope int, timer int, d time.Duration)
- func (_m *Client) Scope(scope int, tags ...metrics.Tag) metrics.Scope
- func (_m *Client) StartTimer(scope int, timer int) tally.Stopwatch
- func (_m *Client) UpdateGauge(scope int, gauge int, value float64)
- type Scope
- func (_m *Scope) AddCounter(counter int, delta int64)
- func (_m *Scope) IncCounter(counter int)
- func (_m *Scope) RecordDistribution(timer int, d int)
- func (_m *Scope) RecordHistogramDuration(timer int, d time.Duration)
- func (_m *Scope) RecordHistogramValue(timer int, value float64)
- func (_m *Scope) RecordTimer(timer int, d time.Duration)
- func (_m *Scope) StartTimer(timer int) metrics.Stopwatch
- func (_m *Scope) Tagged(tags ...metrics.Tag) metrics.Scope
- func (_m *Scope) UpdateGauge(gauge int, value float64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
mock.Mock
}
Client is an autogenerated mock type for the Client type
func (*Client) AddCounter ¶
func (_m *Client) AddCounter(scope int, counter int, delta int64)
AddCounter provides a mock function with given fields: scope, counter, delta
func (*Client) IncCounter ¶
func (_m *Client) IncCounter(scope int, counter int)
IncCounter provides a mock function with given fields: scope, counter
func (*Client) RecordDistribution ¶ added in v1.7.0
func (_m *Client) RecordDistribution(scope int, timer int, d int)
RecordDistribution provides a mock function with given fields: scope, timer, d
func (*Client) RecordTimer ¶
func (_m *Client) RecordTimer(scope int, timer int, d time.Duration)
RecordTimer provides a mock function with given fields: scope, timer, d
func (*Client) Scope ¶ added in v0.5.7
func (_m *Client) Scope(scope int, tags ...metrics.Tag) metrics.Scope
Scope provides a mock function with given fields: scope
func (*Client) StartTimer ¶
func (_m *Client) StartTimer(scope int, timer int) tally.Stopwatch
StartTimer provides a mock function with given fields: scope, timer
func (*Client) UpdateGauge ¶
func (_m *Client) UpdateGauge(scope int, gauge int, value float64)
UpdateGauge provides a mock function with given fields: scope, gauge, value
type Scope ¶ added in v0.5.9
type Scope struct {
mock.Mock
}
Scope is an autogenerated mock type for the Scope type
func (*Scope) AddCounter ¶ added in v0.5.9
func (_m *Scope) AddCounter(counter int, delta int64)
AddCounter provides a mock function with given fields: counter, delta
func (*Scope) IncCounter ¶ added in v0.5.9
func (_m *Scope) IncCounter(counter int)
IncCounter provides a mock function with given fields: counter
func (*Scope) RecordDistribution ¶ added in v1.7.0
func (_m *Scope) RecordDistribution(timer int, d int)
RecordDistribution provides a mock function with given fields: timer, d
func (*Scope) RecordHistogramDuration ¶ added in v0.6.0
func (_m *Scope) RecordHistogramDuration(timer int, d time.Duration)
RecordHistogramDuration provides a mock function with given fields: timer, d
func (*Scope) RecordHistogramValue ¶ added in v0.6.0
func (_m *Scope) RecordHistogramValue(timer int, value float64)
RecordHistogramValue provides a mock function with given fields: timer, value
func (*Scope) RecordTimer ¶ added in v0.5.9
func (_m *Scope) RecordTimer(timer int, d time.Duration)
RecordTimer provides a mock function with given fields: timer, d
func (*Scope) StartTimer ¶ added in v0.5.9
func (_m *Scope) StartTimer(timer int) metrics.Stopwatch
StartTimer provides a mock function with given fields: timer
func (*Scope) Tagged ¶ added in v0.5.9
func (_m *Scope) Tagged(tags ...metrics.Tag) metrics.Scope
Tagged provides a mock function with given fields: tags
func (*Scope) UpdateGauge ¶ added in v0.5.9
func (_m *Scope) UpdateGauge(gauge int, value float64)
UpdateGauge provides a mock function with given fields: gauge, value