Documentation ¶
Index ¶
- func NewCounter(name string) metrics.Counter
- func NewGauge(name string) metrics.Gauge
- func NewHistogramWithUniformSample(name string, reservoirSize int) metrics.Histogram
- func NewMeter(name string) metrics.Meter
- func NewTimer(name string) metrics.Timer
- func Run(config *Config, parent goprocess.Process)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCounter ¶
NewCounter create a new metrics Counter
func NewHistogramWithUniformSample ¶
NewHistogramWithUniformSample create a new metrics History with Uniform Sample algorithm.
Types ¶
Click to show internal directories.
Click to hide internal directories.