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 7979 inPlaceUpdatableCount = prometheus .NewGaugeVec (
8080 prometheus.GaugeOpts {
8181 Namespace : metricsNamespace ,
82- Name : "in_place_Updatable_pods_total " ,
82+ Name : "in_place_updatable_pods_total " ,
8383 Help : "Number of Pods matching in place update criteria." ,
8484 }, []string {"vpa_size_log2" },
8585 )
9595 vpasWithInPlaceUpdatablePodsCount = prometheus .NewGaugeVec (
9696 prometheus.GaugeOpts {
9797 Namespace : metricsNamespace ,
98- Name : "vpas_with_in_place_Updatable_pods_total " ,
98+ Name : "vpas_with_in_place_updatable_pods_total " ,
9999 Help : "Number of VPA objects with at least one Pod matching in place update criteria." ,
100100 }, []string {"vpa_size_log2" },
101101 )
You can’t perform that action at this time.
0 commit comments