perfdata

package
v0.30.0-beta.4 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Rendered for windows/amd64

Index

Constants

View Source
const Name = "perfdata"

Variables

View Source
var ConfigDefaults = Config{
	Objects: make([]Object, 0),
}

Functions

This section is empty.

Types

type Collector

type Collector struct {
	// contains filtered or unexported fields
}

A Collector is a Prometheus collector for perfdata metrics.

func New

func New(config *Config) *Collector

func NewWithFlags

func NewWithFlags(app *kingpin.Application) *Collector

func (*Collector) Build

func (c *Collector) Build(logger *slog.Logger, _ *mi.Session) error

func (*Collector) Close

func (c *Collector) Close() error

func (*Collector) Collect

func (c *Collector) Collect(ch chan<- prometheus.Metric) error

Collect sends the metric values for each metric to the provided prometheus Metric channel.

func (*Collector) GetName

func (c *Collector) GetName() string

type Config

type Config struct {
	Objects []Object `yaml:"objects"`
}

type Counter

type Counter struct {
	Type string `json:"type" yaml:"type"`
}

type Object

type Object struct {
	Object        string             `json:"object"         yaml:"object"`
	Instances     []string           `json:"instances"      yaml:"instances"`
	Counters      map[string]Counter `json:"counters"       yaml:"counters"`
	InstanceLabel string             `json:"instance_label" yaml:"instance_label"` //nolint:tagliatelle
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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