metrics

package
v1.29.0 Latest Latest
Warning

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

Go to latest
Published: May 26, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	GpuTflopsRequest = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "gpu_tflops_request",
		},
		labels,
	)

	GpuTflopsLimit = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "gpu_tflops_limit",
		},
		labels,
	)

	VramBytesRequest = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "vram_bytes_request",
		},
		labels,
	)

	VramBytesLimit = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "vram_bytes_limit",
		},
		labels,
	)

	GpuCount = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "gpu_count",
			Help: "Number of GPUs allocated to the workload",
		},
		labels,
	)

	AllocatedTflopsPercent = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "allocated_compute_percentage",
		},
		nodeLabels,
	)

	AllocatedVramBytes = prometheus.NewGaugeVec(
		prometheus.GaugeOpts{
			Name: "allocated_memory_bytes",
		},
		nodeLabels,
	)
)

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