Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory
deprecated
NewFactory creates a new metrics factory using go-kit prometheus package. buckets define the buckets into which histogram observations are counted. If buckets == nil, the default value prometheus.DefBuckets is used.
Deprecated: the recommended way is to use metrics/prometheus module:
import ( "github.com/prometheus/client_golang/prometheus" xprom "github.com/uber/jaeger-lib/metrics/prometheus" ) registry := prometheus.NewPedanticRegistry() factory := xprom.New(xprom.WithRegisterer(registry))
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.