Documentation ¶
Index ¶
- func AddFloat(name string, value float64) error
- func AddInt(name string, delta int64) error
- func DecrementInt(name string) error
- func IncrementInt(name string) error
- func MapAddFloat(mapName, statName string, delta float64) error
- func MapAddInt(mapName, statName string, delta int64) error
- func MapDecrementInt(mapName, statName string) error
- func MapIncrementInt(mapName, statName string) error
- func MapSet(mapName, statName string, v expvar.Var) error
- func NewFloat(name string) error
- func NewInt(name string) error
- func NewMap(name string) error
- func NewString(name string) error
- func SetFloat(name string, value float64) error
- func SetInt(name string, value int64) error
- func SetString(name string, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MapAddFloat ¶
MapAddFloat adds delta to a float in a map
func MapDecrementInt ¶ added in v0.2.0
MapDecrementInt decrement int in a map
func MapIncrementInt ¶ added in v0.2.0
MapIncrementInt increment int in a map
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.