Documentation ¶
Overview ¶
Package perfcounters is a thin wrapper around https://godoc.org/github.com/leoluk/perflib_exporter/perflib that provides functions to scrape raw performance counter data, without calculating rates or formatting them, from the registry.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PerfCounterInitError ¶
type PerfCounterInitError struct {
FailedObjects []string
}
func (*PerfCounterInitError) AddFailure ¶
func (p *PerfCounterInitError) AddFailure(object string)
func (*PerfCounterInitError) Error ¶
func (p *PerfCounterInitError) Error() string
Click to show internal directories.
Click to hide internal directories.