Niko Kovacevic пре 5 година
родитељ
комит
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)
 
-	// TODO niko/computeallocation retries? (That should probably go into the Store.)
-
 	// TODO niko/computeallocation split into required and optional queries?
 
 	queryMinutes := fmt.Sprintf(queryFmtMinutes, durStr, resStr, offStr)