Versions in this module Expand all Collapse all v0 v0.0.4 Dec 4, 2022 v0.0.3 Nov 3, 2022 v0.0.2 Oct 4, 2022 Changes in this version type Config + BackendFile *ConfigBackendFile + BackendMemory *ConfigBackendMemory + type ConfigBackendFile struct + Path string + func (c *ConfigBackendFile) Prepare() error + type ConfigBackendMemory struct + type Report struct + GOGC int + RSS uint64 + Throttling uint32 + Timestamp string + Utilization float64 type Tracker + func (tr *Tracker) GetReports() ([]*Report, error) v0.0.1 Jun 27, 2022 Changes in this version + type Config struct + Path string + Period duration.Duration + func (c *Config) Prepare() error + type Tracker struct + func NewTrackerFromConfig(logger logr.Logger, cfg *Config, memLimiter memlimiter.Service) (*Tracker, error) + func (tr *Tracker) Quit()