Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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 int64, lables ...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.