Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultTTL = 3 * time.Minute
)
Functions ¶
This section is empty.
Types ¶
type GaugeVec ¶
type GaugeVec struct { *prometheus.GaugeVec // contains filtered or unexported fields }
func NewGaugeVecWithTTL ¶
func (*GaugeVec) WithLabelValues ¶
func (gv *GaugeVec) WithLabelValues(val ...string) *GaugeWithTTL
type GaugeWithTTL ¶
type GaugeWithTTL struct {
// contains filtered or unexported fields
}
func (*GaugeWithTTL) Set ¶
func (gwt *GaugeWithTTL) Set(val float64)
type LabelWithValue ¶
type LabelWithValue struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.