Documentation ¶
Overview ¶
Package pod defines the customized metric names related-to k8s-pod objects, those metrics are stored (and also can be referred) by custom metrics api-server provided by katalyst.
Index ¶
Constants ¶
View Source
const ( CustomMetricPodCPULoad1Min = "pod_cpu_load_1min" CustomMetricPodCPUUsage = "pod_cpu_usage" CustomMetricPodCPUUsageRatio = "pod_cpu_usage_ratio" CustomMetricPodCPUCPI = "pod_cpu_cpi" )
real-time cpu related metric
View Source
const ( CustomMetricPodMemoryRSS = "pod_memory_rss" CustomMetricPodMemoryUsage = "pod_memory_usage" )
View Source
const (
CustomMetricPodGPUUsage = "pod_gpu_usage"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.