Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory
deprecated
func NewFactory(buckets int) xkit.Factory
NewFactory creates a new metrics factory using go-kit expvar package. buckets is the number of buckets to be used in histograms.
Deprecated: the recommended way is to use metrics/expvar module:
"github.com/jonee/jaeger-lib/metrics/expvar" var numBuckets = 10 var metricsFactory = expvar.NewFactory(numBuckets)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.