Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct{ kitmetrics.Counter }
type Gauge ¶
type Gauge struct{ kitmetrics.Gauge }
type Histogram ¶
type Histogram struct{ kitmetrics.Histogram }
type Provider ¶
type Provider struct{}
func (*Provider) NewCounter ¶
func (p *Provider) NewCounter(o metrics.CounterOpts) metrics.Counter
func (*Provider) NewHistogram ¶
func (p *Provider) NewHistogram(o metrics.HistogramOpts) metrics.Histogram
Click to show internal directories.
Click to hide internal directories.