package
2.4.0+incompatible
Repository: https://github.com/agilebits/jaeger-lib.git
Documentation: pkg.go.dev
# Functions
NewCounter creates a new Counter.
NewGauge creates a new Gauge.
NewHistogram creates a new Histogram.
NewTimer creates a new Timer.
ScopeSeparator returns an option that overrides default scope separator.
TagsSeparator returns an option that overrides default tags separator.
Wrap is used to create an adapter from xkit.Factory to metrics.Factory.
# Structs
Capabilities describes capabilities of a specific metrics factory.
Counter is an adapter from go-kit Counter to jaeger-lib Counter.
Gauge is an adapter from go-kit Gauge to jaeger-lib Gauge.
Histogram is an adapter from go-kit Histogram to jaeger-lib Histogram.
Timer is an adapter from go-kit Histogram to jaeger-lib Timer.
# Interfaces
Factory provides a unified interface for creating named metrics from various go-kit metrics implementations.
# Type aliases
FactoryOption is a function that adjusts some parameters of the factory.