File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vertical-pod-autoscaler/pkg/utils/metrics/updater Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
inPlaceUpdatableCount = prometheus .NewGaugeVec (
80
80
prometheus.GaugeOpts {
81
81
Namespace : metricsNamespace ,
82
- Name : "in_place_Updatable_pods_total " ,
82
+ Name : "in_place_updatable_pods_total " ,
83
83
Help : "Number of Pods matching in place update criteria." ,
84
84
}, []string {"vpa_size_log2" },
85
85
)
95
95
vpasWithInPlaceUpdatablePodsCount = prometheus .NewGaugeVec (
96
96
prometheus.GaugeOpts {
97
97
Namespace : metricsNamespace ,
98
- Name : "vpas_with_in_place_Updatable_pods_total " ,
98
+ Name : "vpas_with_in_place_updatable_pods_total " ,
99
99
Help : "Number of VPA objects with at least one Pod matching in place update criteria." ,
100
100
}, []string {"vpa_size_log2" },
101
101
)
You can’t perform that action at this time.
0 commit comments