瀏覽代碼

Fix help for GPU count

Sean Holcomb 5 年之前
父節點
當前提交
a9524df648
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/costmodel/metrics.go

+ 1 - 1
pkg/costmodel/metrics.go

@@ -580,7 +580,7 @@ func initCostModelMetrics(clusterCache clustercache.ClusterCache, provider cloud
 
 
 		gpuCountGv = prometheus.NewGaugeVec(prometheus.GaugeOpts{
 		gpuCountGv = prometheus.NewGaugeVec(prometheus.GaugeOpts{
 			Name: "node_gpu_count",
 			Name: "node_gpu_count",
-			Help: "node_gpu_count hourly cost for each gpu on this node",
+			Help: "node_gpu_count count of gpu on this node",
 		}, []string{"instance", "node", "instance_type", "region", "provider_id"})
 		}, []string{"instance", "node", "instance_type", "region", "provider_id"})
 
 
 		pvGv = prometheus.NewGaugeVec(prometheus.GaugeOpts{
 		pvGv = prometheus.NewGaugeVec(prometheus.GaugeOpts{