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.
Wrap takes a tally Scope and returns jaeger-lib metrics.Factory.

# Structs

Counter is an adapter from go-tally Counter to jaeger-lib Counter.
Gauge is an adapter from go-tally Gauge to jaeger-lib Gauge.
Histogram is an adapter from go-tally Histogram to jaeger-lib Histogram.
Timer is an adapter from go-tally Histogram to jaeger-lib Timer.