Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFactory ¶
NewFactory creates a new metrics factory using go-kit expvar package. buckets is the number of buckets to be used in histograms. Custom buckets passed via options are not supported.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
Counter is an adapter from go-kit Counter to jaeger-lib Counter
type Gauge ¶
type Gauge struct {
// contains filtered or unexported fields
}
Gauge is an adapter from go-kit Gauge to jaeger-lib Gauge
type Histogram ¶
type Histogram struct {
// contains filtered or unexported fields
}
Histogram is an adapter from go-kit Histogram to jaeger-lib Histogram
func NewHistogram ¶
NewHistogram creates a new Histogram
Click to show internal directories.
Click to hide internal directories.