Documentation
¶
Overview ¶
Package metrics 提供 trpc metrics 功能的封装
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IncrCounter ¶
func IncrCounter[N RealNumber](key string, value N)
IncrCounter increases counter key by value. Counters should accumulate values
func SetGauge ¶
func SetGauge[N RealNumber](key string, value N)
SetGauge sets gauge key to value. An IGauge retains the last set value.
Types ¶
type RealNumber ¶
type RealNumber interface {
constraints.Integer | constraints.Float
}
RealNumber 泛指所有实数
Click to show internal directories.
Click to hide internal directories.