status

package
v0.0.0-...-8375a36 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(base mb.BaseMetricSet) (mb.MetricSet, error)

New create a new instance of the MetricSet Part of new is also setting up the configuration by processing additional configuration entries if needed.

Types

type ContainerStatus

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

func (*ContainerStatus) AddDevice

func (c *ContainerStatus) AddDevice(device *DeviceStatus)

func (*ContainerStatus) GPUMemorySum

func (c *ContainerStatus) GPUMemorySum() uint

func (*ContainerStatus) GPUSum

func (c *ContainerStatus) GPUSum() uint

func (*ContainerStatus) PropAverage

func (c *ContainerStatus) PropAverage(getPropFunc func(device *DeviceStatus) uint) float64

func (*ContainerStatus) PropSum

func (c *ContainerStatus) PropSum(getPropFunc func(device *DeviceStatus) uint) uint

func (*ContainerStatus) TemperatureAverage

func (c *ContainerStatus) TemperatureAverage() float64

type DeviceStatus

type DeviceStatus struct {
	Index       *uint
	Temperature uint
	Utilization UtilizationInfo
}

type MetricSet

type MetricSet struct {
	mb.BaseMetricSet
	// contains filtered or unexported fields
}

MetricSet type defines all fields of the MetricSet As a minimum it must inherit the mb.BaseMetricSet fields, but can be extended with additional entries. These variables can be used to persist data or configuration between multiple fetch calls.

func (*MetricSet) Fetch

func (m *MetricSet) Fetch() ([]common.MapStr, error)

Fetch methods implements the data gathering and data conversion to the right format It returns the event which is then forward to the output. In case of an error, a descriptive error must be returned.

type NvidiaStatus

type NvidiaStatus struct {
	Devices []DeviceStatus
}

type UtilizationInfo

type UtilizationInfo struct {
	GPU    uint
	Memory uint
}

Jump to

Keyboard shortcuts

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