Ajay Tripathy 5 лет назад
Родитель
Сommit
257fca4a43
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      pkg/costmodel/router.go

+ 1 - 0
pkg/costmodel/router.go

@@ -915,6 +915,7 @@ func Initialize(additionalConfigWatchers ...ConfigWatchers) {
 	prometheus.MustRegister(gpuGv)
 	prometheus.MustRegister(totalGv)
 	prometheus.MustRegister(pvGv)
+	prometheus.MustRegister(spotGv)
 	prometheus.MustRegister(RAMAllocation)
 	prometheus.MustRegister(CPUAllocation)
 	prometheus.MustRegister(PVAllocation)