Niko Kovacevic 5 лет назад
Родитель
Сommit
cdab9036af
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      pkg/costmodel/allocation.go

+ 0 - 2
pkg/costmodel/allocation.go

@@ -107,8 +107,6 @@ func (cm *CostModel) ComputeAllocation(start, end time.Time) (*kubecost.Allocati
 
 
 	ctx := prom.NewContext(cm.PrometheusClient)
 	ctx := prom.NewContext(cm.PrometheusClient)
 
 
-	// TODO niko/computeallocation retries? (That should probably go into the Store.)
-
 	// TODO niko/computeallocation split into required and optional queries?
 	// TODO niko/computeallocation split into required and optional queries?
 
 
 	queryMinutes := fmt.Sprintf(queryFmtMinutes, durStr, resStr, offStr)
 	queryMinutes := fmt.Sprintf(queryFmtMinutes, durStr, resStr, offStr)