Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPackageName ¶ added in v0.5.2
func GetPackageName() string
func RegisterReplacer ¶ added in v0.5.2
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 {
SkipRegisterErr bool
}
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.