Documentation ¶
Index ¶
Constants ¶
View Source
const (
PromNamespace = "file_d"
)
Variables ¶
View Source
var (
SecondsBucketsLong = prom.ExponentialBuckets(0.005, 2, 16) // covers range from 5ms to 167s
)
Functions ¶
This section is empty.
Types ¶
type Ctl ¶ added in v0.7.0
type Ctl struct {
// contains filtered or unexported fields
}
func (*Ctl) RegisterCounter ¶ added in v0.7.0
func (mc *Ctl) RegisterCounter(name, help string, labels ...string) *prom.CounterVec
func (*Ctl) RegisterGauge ¶ added in v0.7.0
func (*Ctl) RegisterHistogram ¶ added in v0.9.3
Click to show internal directories.
Click to hide internal directories.