Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Gauge ¶
type Gauge interface { With(lvs ...string) Gauge Set(value float64) Add(delta float64) Sub(delta float64) }
Gauge is metrics gauge.
Click to show internal directories.
Click to hide internal directories.