Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireModule = wire.NewSet( NewMetrics, )
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics interface {
CounterInc(name string, labels map[string]string)
HistogramObserve(name string, labels map[string]string, value float64)
}
func NewNoopMetrics ¶
func NewNoopMetrics() Metrics
type NewRegistryParams ¶
type Registry ¶
func NewRegistry ¶
func NewRegistry(p NewRegistryParams) *Registry
Click to show internal directories.
Click to hide internal directories.