Skip to content

Commit

Permalink
add alpha description to new metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
randytqwjp committed Jan 17, 2025
1 parent d634c79 commit 3982122
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ var (
NetCPURequest = prometheus.NewGaugeVec(prometheus.GaugeOpts{
Name: "net_cpu_request",
Help: "net cpu request (millicore) that tortoises actually applys",
}, []string{"tortoise_name", "namespace", "container_name", "kube_deployment", "controller_kind"})
}, []string{"tortoise_name", "namespace", "container_name", "controller_name", "controller_kind"})

NetMemoryRequest = prometheus.NewGaugeVec(prometheus.GaugeOpts{
Name: "net_memory_request",
Help: "net memory request (byte) that tortoises actually applys",
}, []string{"tortoise_name", "namespace", "container_name", "kube_deployment", "controller_kind"})
}, []string{"tortoise_name", "namespace", "container_name", "controller_name", "controller_kind"})

ProposedHPATargetUtilization = prometheus.NewGaugeVec(prometheus.GaugeOpts{
Name: "proposed_hpa_utilization_target",
Expand Down

0 comments on commit 3982122

Please sign in to comment.