Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProposedHPATargetUtilization = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "proposed_hpa_utilization_target", Help: "recommended hpa utilization target values that tortoises propose", }, []string{"tortoise_name", "namespace", "container_name", "resource_name", "hpa_name"}) ProposedHPAMinReplicass = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "proposed_hpa_minreplicas", Help: "recommended hpa minReplicas that tortoises propose", }, []string{"tortoise_name", "namespace", "hpa_name"}) ProposedHPAMaxReplicass = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "proposed_hpa_maxreplicas", Help: "recommended hpa maxReplicas that tortoises propose", }, []string{"tortoise_name", "namespace", "hpa_name"}) ProposedCPURequest = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "proposed_cpu_request", Help: "recommended cpu request (millicore) that tortoises propose", }, []string{"tortoise_name", "namespace", "container_name", "controller_name", "controller_kind"}) ProposedMemoryRequest = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "proposed_memory_request", Help: "recommended memory request (byte) that tortoises propose", }, []string{"tortoise_name", "namespace", "container_name", "controller_name", "controller_kind"}) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.