|
|
@@ -472,6 +472,7 @@ func (cmme *CostModelMetricsEmitter) Start() bool {
|
|
|
}
|
|
|
|
|
|
cmme.GPUCountRecorder.WithLabelValues(nodeName, nodeName, nodeType, nodeRegion, node.ProviderID).Set(gpu)
|
|
|
+ cmme.GPUPriceRecorder.WithLabelValues(nodeName, nodeName, nodeType, nodeRegion, node.ProviderID).Set(gpuCost)
|
|
|
|
|
|
const outlierFactor float64 = 30
|
|
|
// don't record cpuCost, ramCost, or gpuCost in the case of wild outliers
|