perfdata

package
v0.30.0-beta.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 14, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUnknownEngine = errors.New("unknown engine")
	AllInstances     = []string{"*"}
)

Functions

This section is empty.

Types

type Collector

type Collector interface {
	Describe() map[string]string
	Collect() (map[string]map[string]perftypes.CounterValues, error)
	Close()
}

func NewCollector

func NewCollector(engine Engine, object string, instances []string, counters []string) (Collector, error)

type Engine

type Engine int
const (
	V1 Engine
	V2
)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL