consts

package
v0.7.10 Latest Latest
Warning

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

Go to latest
Published: May 15, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MetricsNamespace       = "kepler"
	EnergyMetricNameSuffix = "_joules_total"
	UsageMetricNameSuffix  = "_total"
	MiliJouleToJoule       = 1000
)

Variables

View Source
var (
	// Energy related metric labels
	ProcessEnergyLabels   = []string{"pid", "container_id", "vm_id", "command", "mode"}
	ContainerEnergyLabels = []string{"container_id", "pod_name", "container_name", "container_namespace", "mode"}
	VMEnergyLabels        = []string{"vm_id", "mode"}
	NodeEnergyLabels      = []string{"package", "instance", "mode"}

	// Resource utilization related metric labels
	ProcessResUtilLabels   = []string{"pid", "container_id", "vm_id", "command"}
	ContainerResUtilLabels = []string{"container_id", "pod_name", "container_name", "container_namespace"}
	VMResUtilLabels        = []string{"vm_id"}
	NodeResUtilLabels      = []string{"device", "instance"}
	GPUResUtilLabels       = []string{"gpu_id"}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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