Documentation ¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const Name = "logical_disk"
Variables ¶
View Source
var ConfigDefaults = Config{ VolumeInclude: types.RegExpAny, VolumeExclude: types.RegExpEmpty, }
Functions ¶
This section is empty.
Types ¶
type Collector ¶ added in v0.27.0
type Collector struct {
// contains filtered or unexported fields
}
A Collector is a Prometheus Collector for perflib logicalDisk metrics.
func NewWithFlags ¶
func NewWithFlags(app *kingpin.Application) *Collector
func (*Collector) Collect ¶ added in v0.27.0
func (c *Collector) Collect(ctx *types.ScrapeContext, ch chan<- prometheus.Metric) error
Collect sends the metric values for each metric to the provided prometheus Metric channel.
func (*Collector) GetPerfCounter ¶ added in v0.27.0
Click to show internal directories.
Click to hide internal directories.