Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CommonLabel = []string{"hll_metric_name", "hll_metric_type", "hll_appid", "hll_env", "hll_ip", "hll_data_type"}
)
Functions ¶
This section is empty.
Types ¶
type CounterVec ¶
type CounterVec interface { Inc(lables ...string) Add(v float64, labels ...string) // contains filtered or unexported methods }
func NewCounterVec ¶
func NewCounterVec(cfg *CounterVecOpts) CounterVec
type CounterVecOpts ¶
type CounterVecOpts VectorOpts
type GaugeVecOpts ¶
type GaugeVecOpts VectorOpts
type GuageVec ¶
type GuageVec interface { Set(v float64, labels ...string) Inc(labels ...string) Add(v float64, labels ...string) // contains filtered or unexported methods }
func NewGaugeVec ¶
func NewGaugeVec(cfg *GaugeVecOpts) GuageVec
type HistogramVec ¶
type HistogramVec interface { Observe(v float64, labels ...string) // contains filtered or unexported methods }
func NewHistogramVec ¶
func NewHistogramVec(cfg *HistogramVecOpts) HistogramVec
type HistogramVecOpts ¶
Click to show internal directories.
Click to hide internal directories.