Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( GpuTflopsRequest = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "gpu_tflops_request", }, []string{"namespace", "pod", "container"}, ) GpuTflopsLimit = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "gpu_tflops_limit", }, []string{"namespace", "pod", "container"}, ) VramBytesRequest = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "vram_bytes_request", }, []string{"namespace", "pod", "container"}, ) VramBytesLimit = prometheus.NewGaugeVec( prometheus.GaugeOpts{ Name: "vram_bytes_limit", }, []string{"namespace", "pod", "container"}, ) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.