metrics

package
v0.162.0 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2026 License: AGPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrFailedToQueryTotals = errors.New("failed to query total CPU count/memory amount")
	ErrFailedToQueryCPU    = errors.New("failed to query CPU usage")
	ErrFailedToQueryMemory = errors.New("failed to query memory usage")
)

Functions

func Run

func Run(ctx context.Context, logger *slog.Logger) chan *Result

func Totals

func Totals(ctx context.Context) (uint64, uint64, error)

Types

type Collector added in v0.162.0

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

func NewCollector added in v0.162.0

func NewCollector(logger *slog.Logger) *Collector

func (*Collector) ResourceUtilizationSnapshot added in v0.162.0

func (collector *Collector) ResourceUtilizationSnapshot() *api.ResourceUtilization

func (*Collector) Run added in v0.162.0

func (collector *Collector) Run(ctx context.Context) chan *Result

func (*Collector) Snapshot added in v0.162.0

func (collector *Collector) Snapshot() Snapshot

type Result

type Result struct {
	ResourceUtilization *api.ResourceUtilization
	// contains filtered or unexported fields
}

func (Result) Errors

func (result Result) Errors() []error

type Snapshot added in v0.162.0

type Snapshot struct {
	Timestamp      time.Time
	CPUUsed        float64
	MemoryUsed     float64
	CPUTotal       float64
	MemoryTotal    float64
	CPUIsCgroup    bool
	MemoryIsCgroup bool
	CPUError       error
	MemoryError    error
	TotalsError    error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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