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(opts metrics.CounterOpts) metrics.Counter
func (*Provider) NewHistogram ¶
func (p *Provider) NewHistogram(opts metrics.HistogramOpts) metrics.Histogram
Click to show internal directories.
Click to hide internal directories.